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