We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62332f + d0c3d73 commit 01a12f8Copy full SHA for 01a12f8
examples/protonect/CMakeLists.txt
@@ -1,5 +1,11 @@
1
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
2
3
+if(WIN32 AND NOT MINGW)
4
+ if(NOT DEFINED CMAKE_DEBUG_POSTFIX)
5
+ set(CMAKE_DEBUG_POSTFIX "d")
6
+ endif()
7
+endif()
8
+
9
PROJECT(libfreenect2)
10
SET(CMAKE_BUILD_TYPE RelWithDebInfo)
11
0 commit comments