summaryrefslogtreecommitdiff
path: root/src/tests/meta-test/meson.build
blob: 632fb054a17c9ed51ab176d8bf083808880c9736 (plain)
1
2
3
4
5
6
7
8
9
10
mutter_test_includesubdir = join_paths(pkgname, 'meta-test')

mutter_test_public_headers = files([
  'meta-context-test.h',
  'meta-test-monitor.h',
])

install_headers(mutter_test_public_headers,
  subdir: mutter_test_includesubdir
)