[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38315] branches/soc-2011-tomato/source/ blenderplayer/CMakeLists.txt: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Mon Jul 11 20:16:02 CEST 2011


Revision: 38315
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38315
Author:   nazgul
Date:     2011-07-11 18:16:02 +0000 (Mon, 11 Jul 2011)
Log Message:
-----------
Camera tracking integration
===========================

Forgot to add colamd to cmake rules for blenderplayer.
Because of starnge reason it should be added to list after libmv.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blenderplayer/CMakeLists.txt

Modified: branches/soc-2011-tomato/source/blenderplayer/CMakeLists.txt
===================================================================
--- branches/soc-2011-tomato/source/blenderplayer/CMakeLists.txt	2011-07-11 17:56:24 UTC (rev 38314)
+++ branches/soc-2011-tomato/source/blenderplayer/CMakeLists.txt	2011-07-11 18:16:02 UTC (rev 38315)
@@ -155,6 +155,8 @@
 		list(APPEND BLENDER_SORTED_LIBS extern_libmv)
 	endif()
 
+	list(APPEND BLENDER_SORTED_LIBS extern_colamd)
+
 	if(WITH_MOD_DECIMATE)
 		list(APPEND BLENDER_SORTED_LIBS bf_intern_decimate)
 	endif()




More information about the Bf-blender-cvs mailing list