summaryrefslogtreecommitdiff
path: root/utils/run-dist.sh
AgeCommit message (Expand)Author
2021-10-19build: Preserve upstream git versioning using meson distNaushir Patuck
n14' href='#n14'>14 15 16 17 18 19 20
libtest_sources = files([
    'camera_test.cpp',
    'test.cpp',
])

libtest = static_library('libtest', libtest_sources,
                         dependencies : libcamera_dep)

libtest_includes = include_directories('.')

test_libraries = [libtest]

test_includes_public = [
    libtest_includes,
]

test_includes_internal = [
    test_includes_public,
    libcamera_internal_includes,
]