[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29241] trunk/blender/source/blender/ editors/space_file/CMakeLists.txt: looks like this is needed for MSVC

Campbell Barton ideasman42 at gmail.com
Sat Jun 5 17:48:16 CEST 2010


Revision: 29241
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29241
Author:   campbellbarton
Date:     2010-06-05 17:48:15 +0200 (Sat, 05 Jun 2010)

Log Message:
-----------
looks like this is needed for MSVC

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_file/CMakeLists.txt

Modified: trunk/blender/source/blender/editors/space_file/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/editors/space_file/CMakeLists.txt	2010-06-05 15:31:55 UTC (rev 29240)
+++ trunk/blender/source/blender/editors/space_file/CMakeLists.txt	2010-06-05 15:48:15 UTC (rev 29241)
@@ -57,4 +57,8 @@
 	ADD_DEFINITIONS(-DWITH_DDS)
 ENDIF(WITH_DDS)
 
+IF(WIN32)
+	SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
 BLENDERLIB(bf_editor_space_file "${SRC}" "${INC}")





More information about the Bf-blender-cvs mailing list