Fixed: Compilation of client_patcher
This commit is contained in:
parent
ba3b4a977b
commit
fc4ef1909b
1 changed files with 2 additions and 1 deletions
|
@ -10,11 +10,12 @@ FILE(GLOB SRC main.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# always enable custom patch server
|
# always enable custom patch server
|
||||||
ADD_DEFINITIONS(-DRZ_USE_CUSTOM_PATCH_SERVER)
|
ADD_DEFINITIONS(${LIBXML2_DEFINITIONS} -DRZ_USE_CUSTOM_PATCH_SERVER)
|
||||||
|
|
||||||
ADD_EXECUTABLE(ryzom_client_patcher ${SRC})
|
ADD_EXECUTABLE(ryzom_client_patcher ${SRC})
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
|
${LIBXML2_INCLUDE_DIR}
|
||||||
${CURL_INCLUDE_DIRS}
|
${CURL_INCLUDE_DIRS}
|
||||||
${CMAKE_SOURCE_DIR}/ryzom/client/src
|
${CMAKE_SOURCE_DIR}/ryzom/client/src
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue