Files
2026-08-15 19:11:54 +08:00

3 lines
85 B
CMake

add_executable(keyinput main.cpp)
target_link_libraries(keyinput PRIVATE ConsoleLib)