[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49378] branches/ge_components/source/ blender/blenkernel/CMakeLists.txt: Getting things to build by making sure Python is on the include path.

Mitchell Stokes mogurijin at gmail.com
Mon Jul 30 09:07:03 CEST 2012


Revision: 49378
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49378
Author:   moguri
Date:     2012-07-30 07:07:03 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
Getting things to build by making sure Python is on the include path.

Modified Paths:
--------------
    branches/ge_components/source/blender/blenkernel/CMakeLists.txt

Modified: branches/ge_components/source/blender/blenkernel/CMakeLists.txt
===================================================================
--- branches/ge_components/source/blender/blenkernel/CMakeLists.txt	2012-07-30 06:07:00 UTC (rev 49377)
+++ branches/ge_components/source/blender/blenkernel/CMakeLists.txt	2012-07-30 07:07:03 UTC (rev 49378)
@@ -319,6 +319,9 @@
 	list(APPEND INC
 		../python
 	)
+	list(APPEND INC_SYS
+		${PYTHON_INCLUDE_DIRS}
+	)
 	add_definitions(-DWITH_PYTHON)
 
 	if(WITH_PYTHON_SECURITY)




More information about the Bf-blender-cvs mailing list