mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
7 lines
267 B
CMake
7 lines
267 B
CMake
|
set(DWORLDSERVER_SOURCES "ObjectIDManager.cpp"
|
||
|
"PerformanceManager.cpp"
|
||
|
"WorldServer.cpp")
|
||
|
|
||
|
add_executable(WorldServer ${DWORLDSERVER_SOURCES})
|
||
|
target_link_libraries(WorldServer ${COMMON_LIBRARIES} dChatFilter dGame dZoneManager dPhysics detour recast tinyxml2)
|