[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23632] branches/soc-2008-mxcurioni/source /blender/freestyle/CMakeLists.txt: Fixed CMake compilation on Windows in the same way as rev.23590.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Oct 5 13:13:15 CEST 2009


Revision: 23632
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23632
Author:   kjym3
Date:     2009-10-05 13:13:15 +0200 (Mon, 05 Oct 2009)

Log Message:
-----------
Fixed CMake compilation on Windows in the same way as rev.23590.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt	2009-10-05 09:03:35 UTC (rev 23631)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt	2009-10-05 11:13:15 UTC (rev 23632)
@@ -34,4 +34,8 @@
   ${PNG_INC}
 )
 
+IF(WIN32)
+	SET(INC ${INC} ${PTHREADS_INC})
+ENDIF(WIN32)
+
 BLENDERLIB(bf_freestyle "${SRC}" "${INC}")





More information about the Bf-blender-cvs mailing list