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