[Bf-blender-cvs] [0febcc7] gooseberry: Missing library linking in the blenderplayer.

Lukas Tönne noreply at git.blender.org
Mon Mar 23 14:09:38 CET 2015


Commit: 0febcc745a004f0553fc5535287472b2ae0a3534
Author: Lukas Tönne
Date:   Mon Mar 23 14:09:05 2015 +0100
Branches: gooseberry
https://developer.blender.org/rB0febcc745a004f0553fc5535287472b2ae0a3534

Missing library linking in the blenderplayer.

===================================================================

M	source/blenderplayer/CMakeLists.txt

===================================================================

diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 25ee4f2..945152b 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -149,6 +149,8 @@ endif()
 		bf_dna
 		ge_videotex
 		bf_blenfont
+		bf_pointcache_alembic
+		bf_pointcache
 		bf_intern_audaspace
 		blenkernel_blc
 		bf_bmesh




More information about the Bf-blender-cvs mailing list