[Bf-blender-cvs] [3a8347f8234] master: CMake: link bf_blenkernel from bf_depsgraph

Campbell Barton noreply at git.blender.org
Thu Jun 24 11:39:15 CEST 2021


Commit: 3a8347f82348ef2f430cdaa8a2e840ad3dba5a71
Author: Campbell Barton
Date:   Thu Jun 24 19:33:55 2021 +1000
Branches: master
https://developer.blender.org/rB3a8347f82348ef2f430cdaa8a2e840ad3dba5a71

CMake: link bf_blenkernel from bf_depsgraph

Without this tests fail to lknk in D11377. Commit separately as the
depsgraph is using BKE it should link to it.

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

M	source/blender/depsgraph/CMakeLists.txt

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

diff --git a/source/blender/depsgraph/CMakeLists.txt b/source/blender/depsgraph/CMakeLists.txt
index 95ae587f4ce..3ad26c6f4db 100644
--- a/source/blender/depsgraph/CMakeLists.txt
+++ b/source/blender/depsgraph/CMakeLists.txt
@@ -158,6 +158,7 @@ set(SRC
 )
 
 set(LIB
+  bf_blenkernel
 )
 
 blender_add_lib(bf_depsgraph "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")



More information about the Bf-blender-cvs mailing list