mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Removed soap options from cmake build
There is already option to enable or disable it in configs This feature should come with full mangos package
This commit is contained in:
parent
089bf9dc29
commit
b03cc75293
1 changed files with 7 additions and 15 deletions
|
|
@ -26,10 +26,6 @@ set(EXECUTABLE_SRCS
|
|||
RASocket.h
|
||||
WorldRunnable.cpp
|
||||
WorldRunnable.h
|
||||
)
|
||||
|
||||
if(SOAP)
|
||||
LIST(APPEND EXECUTABLE_SRCS
|
||||
MaNGOSsoap.cpp
|
||||
MaNGOSsoap.h
|
||||
soapC.cpp
|
||||
|
|
@ -37,7 +33,6 @@ if(SOAP)
|
|||
soapServer.cpp
|
||||
soapStub.h
|
||||
)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
# add resource file to windows build
|
||||
|
|
@ -45,6 +40,7 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/dep/include/gsoap
|
||||
${CMAKE_SOURCE_DIR}/src/shared
|
||||
${CMAKE_SOURCE_DIR}/src/framework
|
||||
${CMAKE_SOURCE_DIR}/src/game/
|
||||
|
|
@ -75,10 +71,6 @@ if(SCRIPT_LIB_SD2)
|
|||
include_directories(${CMAKE_SOURCE_DIR}/src/modules/SD2)
|
||||
endif()
|
||||
|
||||
if(SOAP)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/dep/include/gsoap)
|
||||
endif()
|
||||
|
||||
if(POSTGRESQL)
|
||||
include_directories(${PGSQL_INCLUDE_DIR})
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue