2
0
Эх сурвалжийг харах

Merge pull request #2086 from assimp/2075

closes https://github.com/assimp/assimp/issues/2075: Make inject of d…
Kim Kulling 7 жил өмнө
parent
commit
847573b9ed
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)