mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
shared_memory compiles
This commit is contained in:
parent
af0fd14a38
commit
f72474216f
@ -296,15 +296,15 @@ IF(EQEMU_BUILD_SERVER OR EQEMU_BUILD_LOGIN OR EQEMU_BUILD_TESTS OR EQEMU_BUILD_H
|
||||
ADD_SUBDIRECTORY(libs)
|
||||
ENDIF(EQEMU_BUILD_SERVER OR EQEMU_BUILD_LOGIN OR EQEMU_BUILD_TESTS OR EQEMU_BUILD_HC)
|
||||
|
||||
#IF(EQEMU_BUILD_SERVER)
|
||||
# ADD_SUBDIRECTORY(shared_memory)
|
||||
IF(EQEMU_BUILD_SERVER)
|
||||
ADD_SUBDIRECTORY(shared_memory)
|
||||
# ADD_SUBDIRECTORY(world)
|
||||
# ADD_SUBDIRECTORY(zone)
|
||||
# ADD_SUBDIRECTORY(ucs)
|
||||
# ADD_SUBDIRECTORY(queryserv)
|
||||
# ADD_SUBDIRECTORY(eqlaunch)
|
||||
#ENDIF(EQEMU_BUILD_SERVER)
|
||||
#
|
||||
ENDIF(EQEMU_BUILD_SERVER)
|
||||
|
||||
#IF(EQEMU_BUILD_LOGIN)
|
||||
# ADD_SUBDIRECTORY(loginserver)
|
||||
#ENDIF(EQEMU_BUILD_LOGIN)
|
||||
|
||||
@ -835,7 +835,7 @@ INCLUDE_DIRECTORIES(Patches SocketLib StackWalker)
|
||||
|
||||
ADD_LIBRARY(common ${common_sources} ${common_headers} ${repositories})
|
||||
|
||||
target_link_libraries(common PRIVATE cereal::cereal fmt::fmt unofficial::libmariadb $<IF:$<TARGET_EXISTS:libuv::uv_a>,libuv::uv_a,libuv::uv> zlib-ng::zlib)
|
||||
target_link_libraries(common PUBLIC cereal::cereal fmt::fmt unofficial::libmariadb $<IF:$<TARGET_EXISTS:libuv::uv_a>,libuv::uv_a,libuv::uv> zlib-ng::zlib OpenSSL::SSL OpenSSL::Crypto)
|
||||
|
||||
IF (UNIX)
|
||||
SET_SOURCE_FILES_PROPERTIES("SocketLib/Mime.cpp" PROPERTY COMPILE_FLAGS -Wno-unused-result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user