mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Visual Studio 2013 compilation support for Ryzom Tools
This commit is contained in:
parent
ff175a18cb
commit
9eae8d81ec
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ ADD_EXECUTABLE(ryzom_client_patcher ${SRC})
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES(
|
||||||
${LIBXML2_INCLUDE_DIR}
|
${LIBXML2_INCLUDE_DIR}
|
||||||
${CURL_INCLUDE_DIRS}
|
${CURL_INCLUDE_DIRS}
|
||||||
|
${ZLIB_INCLUDE_DIR}
|
||||||
${CMAKE_SOURCE_DIR}/ryzom/client/src
|
${CMAKE_SOURCE_DIR}/ryzom/client/src
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -20,6 +21,7 @@ TARGET_LINK_LIBRARIES(ryzom_client_patcher
|
||||||
nelnet
|
nelnet
|
||||||
ryzom_gameshare
|
ryzom_gameshare
|
||||||
ryzom_sevenzip
|
ryzom_sevenzip
|
||||||
|
${ZLIB_LIBRARIES}
|
||||||
${CURL_LIBRARIES})
|
${CURL_LIBRARIES})
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
|
|
Loading…
Reference in a new issue