2021-05-06 21:37:35 +00:00
|
|
|
mutter_test_includesubdir = join_paths(pkgname, 'meta-test')
|
|
|
|
|
2023-02-02 15:14:37 +00:00
|
|
|
mutter_test_public_headers = files([
|
2021-05-06 21:37:35 +00:00
|
|
|
'meta-context-test.h',
|
2023-02-02 15:18:54 +00:00
|
|
|
'meta-test-monitor.h',
|
2023-02-02 15:14:37 +00:00
|
|
|
])
|
2021-05-06 21:37:35 +00:00
|
|
|
|
|
|
|
install_headers(mutter_test_public_headers,
|
|
|
|
subdir: mutter_test_includesubdir
|
|
|
|
)
|