4 lines
153 B
CMake
4 lines
153 B
CMake
add_library_module(NAME input INTERFACES system.cpp)
|
|
target_link_libraries(input PUBLIC surface math logger tbb)
|
|
|
|
add_test_module(input system.test.cpp)
|