mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
7 lines
278 B
CMake
7 lines
278 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 dNavigation)
|