2025-11-06 19:16:37 +03:30
|
|
|
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
|
|
|
|
2025-11-06 19:16:37 +03:30
|
|
|
# add_test_module(input system.test.cpp)
|