mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 12:18:12 +08:00
修复IOS编译不通过的bug
This commit is contained in:
@@ -112,6 +112,8 @@ install(DIRECTORY ${PROJECT_BINARY_DIR}/include/${CMAKE_PROJECT_NAME} DESTINATIO
|
|||||||
#测试程序
|
#测试程序
|
||||||
if(NOT IOS)
|
if(NOT IOS)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
else(NOT IOS)
|
||||||
|
include_directories(${PROJECT_SOURCE_DIR}/../ZLToolKit/src)
|
||||||
endif(NOT IOS)
|
endif(NOT IOS)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user