light/modules/input/CMakeLists.txt

5 lines
134 B
Text
Raw Permalink Normal View History

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