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