assaultfish/client/CMakeLists.txt

8 lines
172 B
Text
Raw Normal View History

2026-01-09 00:40:51 +09:00
project(af_client)
file(GLOB af_client_SRC *.c)
add_executable(af_client ${af_client_SRC})
2026-01-12 01:54:35 +09:00
target_link_libraries(af_client PRIVATE GearSrc Mw)
2026-01-09 00:40:51 +09:00
install_target(af_client)