mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
5 lines
147 B
CMake
5 lines
147 B
CMake
|
set(DAUTHSERVER_SOURCES "AuthServer.cpp")
|
||
|
|
||
|
add_executable(AuthServer ${DAUTHSERVER_SOURCES})
|
||
|
target_link_libraries(AuthServer ${COMMON_LIBRARIES})
|