xref: /openbmc/bmcweb/redfish-core/schema/dmtf/meson.build (revision bd79bce8c3f1deb1fb2773868b9ece25233cf27b)
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)