Another one

This commit is contained in:
Akkadius
2023-12-16 17:48:22 -06:00
parent b2bf1d2b6f
commit 87b1dc4b03
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -78,6 +78,8 @@ ADD_EXECUTABLE(world ${world_sources} ${world_headers})
INSTALL(TARGETS world RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
TARGET_PRECOMPILE_HEADERS(world PRIVATE ../common/pch/pch.h)
ADD_DEFINITIONS(-DWORLD)
TARGET_LINK_LIBRARIES(world ${SERVER_LIBS})