1 2 3 4 5 6 7 8 9 10 11 12 13
install_subdir( 'installed', install_dir: 'share/www/redfish/v1/schema', strip_directory: true, follow_symlinks: true, ) install_subdir( 'json-schema-installed', install_dir: 'share/www/redfish/v1/JsonSchemas', strip_directory: true, follow_symlinks: true, )