浏览代码

CMake: add comment for openddl-parser configuration.

Kim Kulling 10 年之前
父节点
当前提交
6249a1c06f
共有 2 个文件被更改,包括 420 次插入419 次删除
  1. 1 0
      CMakeLists.txt
  2. 419 419
      code/CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -18,6 +18,7 @@ set (PROJECT_VERSION "${ASSIMP_VERSION}")
 
 set(ASSIMP_PACKAGE_VERSION "0" CACHE STRING "the package-specific version used for uploading the sources")
 
+# Needed for openddl_parser config, no use of c++11 at this moment
 add_definitions( -DOPENDDL_NO_USE_CPP11 )
 
 # Get the current working branch

文件差异内容过多而无法显示
+ 419 - 419
code/CMakeLists.txt


部分文件因为文件数量过多而无法显示