mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +00:00
8 lines
279 B
CMake
8 lines
279 B
CMake
add_executable(AuthServer "AuthServer.cpp")
|
|
|
|
target_link_libraries(AuthServer PRIVATE ${COMMON_LIBRARIES} dServer)
|
|
|
|
target_include_directories(AuthServer PRIVATE ${PROJECT_SOURCE_DIR}/dServer)
|
|
|
|
add_compile_definitions(AuthServer PRIVATE PROJECT_VERSION="\"${PROJECT_VERSION}\"")
|