blob: b827cc4a0cde844b6e2475d3197721bbd94b735f [file] [log] [blame]
Ed Tanousa529a6a2024-05-29 16:51:37 -07001install_subdir(
2 'installed',
3 install_dir: 'share/www/redfish/v1/schema',
4 strip_directory: true,
5)
6
7install_subdir(
8 'json-schema-installed',
9 install_dir: 'share/www/redfish/v1/JsonSchemas',
10 strip_directory: true,
11)