2 lines
86 B
CMake
2 lines
86 B
CMake
add_library_module(test test.cpp entrypoint.cpp)
|
|
add_test_module(test test.tests.cpp)
|