light/modules/test/CMakeLists.txt
light7734 4ce413a1d7
Some checks are pending
continuous-integration/drone/pr Build is running
wip
2025-10-21 15:37:33 +03:30

7 lines
246 B
CMake

add_library_module(test test.cpp entrypoint.cpp)
add_library_module(fuzz_test test.cpp fuzz.cpp)
target_link_libraries(test PUBLIC tbb logger)
target_link_libraries(fuzz_test PUBLIC tbb logger)
add_test_module(test test.test.cpp mock.test.cpp)