Starting to create CMakeLists to android

This commit is contained in:
Tulioh
2014-12-18 00:31:28 -02:00
parent 5ada7eb5ec
commit 997daa2d49
10 changed files with 108 additions and 8 deletions

View File

@@ -224,7 +224,11 @@ message(STATUS "LuaJIT: " ${LUAJIT})
find_package(PhysFS REQUIRED)
find_package(OpenSSL REQUIRED)
find_package(ZLIB REQUIRED)
# android already has zlib
if(NOT __ANDROID__)
find_package(ZLIB REQUIRED)
endif()
set(framework_LIBRARIES ${framework_LIBRARIES}
${Boost_LIBRARIES}