Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-24 12:33:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-24 12:38:26 +0300
commit3a8347f82348ef2f430cdaa8a2e840ad3dba5a71 (patch)
treea2406d55626ec9d7eca061dc1cd19dfb55aaea82
parent65701599290292a0e57c005f45c7dfa0c3333177 (diff)
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.
-rw-r--r--source/blender/depsgraph/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}")