10 lines
203 B
Meson
10 lines
203 B
Meson
|
mutter_test_includesubdir = join_paths(pkgname, 'meta-test')
|
||
|
|
||
|
mutter_test_public_headers = [
|
||
|
'meta-context-test.h',
|
||
|
]
|
||
|
|
||
|
install_headers(mutter_test_public_headers,
|
||
|
subdir: mutter_test_includesubdir
|
||
|
)
|