diff options
Diffstat (limited to 'test/libtest/meson.build')
-rw-r--r-- | test/libtest/meson.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/libtest/meson.build b/test/libtest/meson.build index b998154d..e0893b70 100644 --- a/test/libtest/meson.build +++ b/test/libtest/meson.build @@ -5,3 +5,15 @@ libtest_sources = files([ libtest = static_library('libtest', libtest_sources) libtest_includes = include_directories('.') + +test_libraries = [libcamera, libtest] + +test_includes_public = [ + libtest_includes, + libcamera_includes, +] + +test_includes_internal = [ + test_includes_public, + libcamera_internal_includes, +] |