# SPDX-License-Identifier: CC0-1.0
libtest_sources = files([
'buffer_source.cpp',
'camera_test.cpp',
'test.cpp',
])
libtest_includes = include_directories('.')
test_includes_public = [
libtest_includes,
]
test_includes_internal = [
test_includes_public,
]
libtest = static_library('libtest', libtest_sources,
dependencies : libcamera_private,
include_directories : test_includes_internal)
test_libraries = [libtest]
='logo' rowspan='2'>
index : libcamera/libcamera.git | |
libcamera official repository | git repository hosting on libcamera.org |
blob: 3560d4a8188267f14eae0043727acba1f336f6c5 (
plain)