summaryrefslogtreecommitdiff
path: root/redfish-core/schema/dmtf/meson.build
blob: c28d224436a17da58abcaa062ad1051d96f83e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install_subdir(
    'installed',
    install_dir: 'share/www/redfish/v1/schema',
    strip_directory: true,
    follow_symlinks: true,
)

install_subdir(
    'json-schema-installed',
    install_dir: 'share/www/redfish/v1/JsonSchemas',
    strip_directory: true,
    follow_symlinks: true,
)