[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39357] branches/cycles/source/blender: very minor issues with cmake files corrected.

Campbell Barton ideasman42 at gmail.com
Sat Aug 13 10:25:54 CEST 2011


Revision: 39357
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39357
Author:   campbellbarton
Date:     2011-08-13 08:25:54 +0000 (Sat, 13 Aug 2011)
Log Message:
-----------
very minor issues with cmake files corrected.

Modified Paths:
--------------
    branches/cycles/source/blender/nodes/CMakeLists.txt
    branches/cycles/source/blender/render/CMakeLists.txt

Modified: branches/cycles/source/blender/nodes/CMakeLists.txt
===================================================================
--- branches/cycles/source/blender/nodes/CMakeLists.txt	2011-08-13 02:33:23 UTC (rev 39356)
+++ branches/cycles/source/blender/nodes/CMakeLists.txt	2011-08-13 08:25:54 UTC (rev 39357)
@@ -182,6 +182,7 @@
 	intern/SHD_util.h
 	intern/TEX_util.h
 	intern/node_util.h
+	intern/SHD_nodes/SHD_noise.h
 )
 
 if(WITH_PYTHON)

Modified: branches/cycles/source/blender/render/CMakeLists.txt
===================================================================
--- branches/cycles/source/blender/render/CMakeLists.txt	2011-08-13 02:33:23 UTC (rev 39356)
+++ branches/cycles/source/blender/render/CMakeLists.txt	2011-08-13 08:25:54 UTC (rev 39357)
@@ -120,7 +120,13 @@
 
 if(WITH_PYTHON)
 	add_definitions(-DWITH_PYTHON)
-	list(APPEND INC ../python ${PYTHON_INC})
+	list(APPEND INC
+		../python
+	)
+
+	list(APPEND INC_SYS
+		${PYTHON_INCLUDE_DIRS}
+	)
 endif()
 
 if(WITH_IMAGE_OPENEXR)




More information about the Bf-blender-cvs mailing list