修改cmake脚本

This commit is contained in:
xiongziliang
2017-10-13 15:23:37 +08:00
parent 73c4740453
commit 556552d224
2 changed files with 12 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ endif(FAAC_FOUND)
find_package(ZLTOOLKIT QUIET)
if(ZLTOOLKIT_FOUND)
message(STATUS "找到ZLToolKit库:\"${ZLTOOLKIT_INCLUDE_DIR}\"")
include_directories(${ZLTOOLKIT_INCLUDE_DIR}/ZLToolKit)
include_directories(${ZLTOOLKIT_INCLUDE_DIR})
list(APPEND LINK_LIB_LIST ${ZLTOOLKIT_LIBRARIES})
endif(ZLTOOLKIT_FOUND)