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.
This commit is contained in:
Campbell Barton 2021-06-24 19:33:55 +10:00
parent 6570159929
commit 3a8347f823
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ set(SRC
)
set(LIB
bf_blenkernel
)
blender_add_lib(bf_depsgraph "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")