mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复IOS编译不通过的bug
This commit is contained in:
parent
71b4cffe50
commit
ef3e0733b6
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user