light/modules/test/CMakeLists.txt

5 lines
134 B
Text
Raw Normal View History

add_library_module(test test.cpp entrypoint.cpp)
2025-07-30 23:02:53 +03:30
add_library_module(fuzz_test test.cpp fuzz.cpp)
add_test_module(test test.test.cpp)