Should fix iOS build
This commit is contained in:
6
thirdparty/tinyxml/CMakeLists.txt
vendored
6
thirdparty/tinyxml/CMakeLists.txt
vendored
@@ -3,7 +3,9 @@ set(SOURCES
|
||||
tinyxmlerror.cpp
|
||||
tinyxmlparser.cpp
|
||||
tinyxml.cpp)
|
||||
|
||||
|
||||
set(TINYXML_SRC ${SOURCES} PARENT_SCOPE)
|
||||
|
||||
add_definitions(-DTIXML_USE_STL)
|
||||
|
||||
add_library(tinyxml ${SOURCES})
|
||||
add_library(tinyxml ${SOURCES})
|
||||
|
||||
3
thirdparty/unzip/CMakeLists.txt
vendored
3
thirdparty/unzip/CMakeLists.txt
vendored
@@ -2,9 +2,10 @@
|
||||
|
||||
SET(SOURCE
|
||||
ioapi.c
|
||||
miniunz.c
|
||||
zip.c
|
||||
unzip.c)
|
||||
|
||||
SET(UNZIP_SRC ${SOURCE} PARENT_SCOPE)
|
||||
include_directories(${ZLIB_INCLUDE_DIRS} ${EXTRA_INCLUDES})
|
||||
|
||||
add_library(unzip ${SOURCE})
|
||||
|
||||
4
thirdparty/zipFS/CMakeLists.txt
vendored
4
thirdparty/zipFS/CMakeLists.txt
vendored
@@ -5,8 +5,10 @@ set(SOURCES
|
||||
zstream.cpp
|
||||
ziphdr.cpp)
|
||||
|
||||
set(ZIPFS_SRC ${SOURCES} PARENT_SCOPE)
|
||||
|
||||
#FindOrBuildZLIB()
|
||||
include_directories(${CMAKE_SOURCE_DIR}/JGE/include ${EXTRA_INCLUDES} ${ZLIB_INCLUDE_DIRS})
|
||||
|
||||
add_library(zipFS ${SOURCES})
|
||||
#target_link_libraries(zipFS ${ZLIB_LIBRARIES})
|
||||
#target_link_libraries(zipFS ${ZLIB_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user