浏览代码

closes https://github.com/assimp/assimp/issues/2075: Make inject of debug postfix an option, so you can swich it off.

Kim Kulling 7 年之前
父节点
当前提交
11931b85fd
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CMakeLists.txt

+ 4 - 0
CMakeLists.txt

@@ -105,6 +105,10 @@ OPTION ( BUILD_DOCS
   "Build documentation using Doxygen."
   OFF
 )
+OPTION( INJECT_DEBUG_POSTFIX
+  "Inject debug postfix in .a/.so lib names"
+  ON
+)
 
 IF (IOS)
 	IF (NOT CMAKE_BUILD_TYPE)