[Bf-blender-cvs] [645aa96] master: Make CMake use Jack debug libraries when compiling a debug build

Juergen Herrmann noreply at git.blender.org
Sat Mar 8 18:49:34 CET 2014


Commit: 645aa96795b0ecc8f041fe20682d9b7b236009e4
Author: Juergen Herrmann
Date:   Mon Feb 24 21:25:33 2014 +0100
https://developer.blender.org/rB645aa96795b0ecc8f041fe20682d9b7b236009e4

Make CMake use Jack debug libraries when compiling a debug build

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5365c93..dc5fef8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1210,7 +1210,7 @@ elseif(WIN32)
 				${LIBDIR}/jack/include/jack
 				${LIBDIR}/jack/include
 			)
-			set(JACK_LIBRARIES ${LIBDIR}/jack/lib/libjack.lib)
+			set(JACK_LIBRARIES optimized ${LIBDIR}/jack/lib/libjack.lib debug ${LIBDIR}/jack/lib/libjack_d.lib)
 		endif()
 
 		if(WITH_PYTHON)




More information about the Bf-blender-cvs mailing list