projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2543e01
)
Camera tracking integration
author
Sergey Sharybin <sergey.vfx@gmail.com>
Mon, 11 Jul 2011 18:16:02 +0000
(18:16 +0000)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Mon, 11 Jul 2011 18:16:02 +0000
(18:16 +0000)
===========================
Forgot to add colamd to cmake rules for blenderplayer.
Because of starnge reason it should be added to list after libmv.
source/blenderplayer/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/blenderplayer/CMakeLists.txt
b/source/blenderplayer/CMakeLists.txt
index 2ac5f28c010269bff8547d7fbcd7b84bac89717f..b501631ee2d5bab5009a122f7c02c325639fd53f 100644
(file)
--- a/
source/blenderplayer/CMakeLists.txt
+++ b/
source/blenderplayer/CMakeLists.txt
@@
-155,6
+155,8
@@
endif()
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()