[Bf-blender-cvs] [c3544df207a] blender2.8: CMake: fix linking blendont

Campbell Barton noreply at git.blender.org
Wed Jun 27 08:50:59 CEST 2018


Commit: c3544df207a074c3a489eda6f97b1ea09690fb65
Author: Campbell Barton
Date:   Wed Jun 27 08:49:45 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBc3544df207a074c3a489eda6f97b1ea09690fb65

CMake: fix linking blendont

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index ce2241a775d..545b0e8ce5d 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -674,7 +674,9 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		extern_openjpeg
 		ge_videotex
 		bf_dna
+
 		bf_blenfont
+		bf_gpu  # duplicate for blenfont
 		bf_blentranslation
 		bf_intern_audaspace
 		audaspace



More information about the Bf-blender-cvs mailing list