修复IOS编译不通过的bug

This commit is contained in:
xiongziliang 2017-05-16 16:49:03 +08:00
parent 71b4cffe50
commit ef3e0733b6

View File

@ -112,6 +112,8 @@ install(DIRECTORY ${PROJECT_BINARY_DIR}/include/${CMAKE_PROJECT_NAME} DESTINATIO
#
if(NOT IOS)
add_subdirectory(tests)
else(NOT IOS)
include_directories(${PROJECT_SOURCE_DIR}/../ZLToolKit/src)
endif(NOT IOS)