diff --git a/CMakeLists.txt b/CMakeLists.txt index 9220b0ce..3e883a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)