[Bf-blender-cvs] [758c864] cycles-ptex-49: Fix linker error in blenderplayer

Nicholas Bishop noreply at git.blender.org
Sat Feb 7 21:15:07 CET 2015


Commit: 758c864e1e38fdfb5aa59f1d97ac50eb70947f4d
Author: Nicholas Bishop
Date:   Sat Feb 7 21:14:21 2015 +0100
Branches: cycles-ptex-49
https://developer.blender.org/rB758c864e1e38fdfb5aa59f1d97ac50eb70947f4d

Fix linker error in blenderplayer

Added extern_ptex to list of link libraries.

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

M	source/blenderplayer/CMakeLists.txt

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

diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 25ee4f2..a52c460 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -169,6 +169,7 @@ endif()
 		extern_libmv
 		extern_glog
 		extern_sdlew
+		extern_ptex
 	)
 
 	if(WITH_MOD_CLOTH_ELTOPO)




More information about the Bf-blender-cvs mailing list