From 3a8347f82348ef2f430cdaa8a2e840ad3dba5a71 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 19:33:55 +1000 Subject: 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. --- source/blender/depsgraph/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender') 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}") -- cgit v1.2.3