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