light/modules/input/CMakeLists.txt

5 lines
153 B
Text
Raw Normal View History

add_library_module(NAME input INTERFACES system.cpp)
target_link_libraries(input PUBLIC surface math logger tbb)
2025-09-18 19:16:54 +03:30
add_test_module(input system.test.cpp)