summaryrefslogtreecommitdiff
path: root/test/libtest/meson.build
blob: e0893b70c3d45bd8cfbb88d29f163a7602b8f466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libtest_sources = files([
    'test.cpp',
])

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,
]