浏览代码

Merge pull request #976 from assimp/issues_967

closes https://github.com/assimp/assimp/issues/967: add unzip include path
Kim Kulling 9 年之前
父节点
当前提交
86470541b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/CMakeLists.txt

+ 1 - 0
code/CMakeLists.txt

@@ -722,6 +722,7 @@ if (UNZIP_FOUND)
   SET (unzip_compile_SRCS "")
 else (UNZIP_FOUND)
   SET (unzip_compile_SRCS ${unzip_SRCS})
+  INCLUDE_DIRECTORIES( "../contrib/unzip/" )
 endif (UNZIP_FOUND)
 
 MESSAGE(STATUS "Enabled formats:${ASSIMP_IMPORTERS_ENABLED}")