mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-28 15:40:19 +00:00
3 lines
91 B
CMake
3 lines
91 B
CMake
add_executable(ChatClient ChatClient.cpp)
|
|
target_link_libraries(ChatClient raknet dCommon)
|