light/modules/input/CMakeLists.txt

12 lines
220 B
Text
Raw Normal View History

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