[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58438] trunk/blender/source/gameengine/ GamePlayer: Add the Boost include to the right CMakeLists.txt...

Mitchell Stokes mogurijin at gmail.com
Sat Jul 20 03:17:01 CEST 2013


Revision: 58438
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58438
Author:   moguri
Date:     2013-07-20 01:17:00 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
Add the Boost include to the right CMakeLists.txt...

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/common/CMakeLists.txt
    trunk/blender/source/gameengine/GamePlayer/ghost/CMakeLists.txt

Modified: trunk/blender/source/gameengine/GamePlayer/common/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/common/CMakeLists.txt	2013-07-20 01:15:36 UTC (rev 58437)
+++ trunk/blender/source/gameengine/GamePlayer/common/CMakeLists.txt	2013-07-20 01:17:00 UTC (rev 58438)
@@ -57,7 +57,6 @@
 	${PYTHON_INCLUDE_DIRS}
 	${PNG_INCLUDE_DIR}
 	${ZLIB_INCLUDE_DIRS}
-	${BOOST_INCLUDE_DIR}
 )
 
 set(SRC

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/CMakeLists.txt
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/CMakeLists.txt	2013-07-20 01:15:36 UTC (rev 58437)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/CMakeLists.txt	2013-07-20 01:17:00 UTC (rev 58438)
@@ -56,6 +56,7 @@
 	../../../../intern/moto/include
 	${GLEW_INCLUDE_PATH}
 	${PYTHON_INCLUDE_DIRS}
+	${BOOST_INCLUDE_DIR}
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list