Fix compilation error of the Lite configuration

This is kind of wrong fix from the perspective of properly maintaining dependencies
of static libraries, but having cyclic dependencies and whole-archive for the test suit
makes it very hard to do things properly.

Pull Request: https://projects.blender.org/blender/blender/pulls/123123
This commit is contained in:
Sergey Sharybin 2024-06-12 15:10:00 +02:00 committed by Sergey Sharybin
parent c6680ce7ca
commit 7f1a671b2a
2 changed files with 1 additions and 7 deletions

@ -68,6 +68,7 @@ set(LIB
PRIVATE bf::depsgraph
PRIVATE bf::dna
bf_editor_mesh
bf_editor_metaball
bf_editor_grease_pencil
PRIVATE bf::extern::fmtlib
PRIVATE bf::intern::clog

@ -28,13 +28,6 @@ set(LIB
bf_blenkernel
PRIVATE bf::blenlib
PRIVATE bf::dna
bf_editor_armature
bf_editor_curve
bf_editor_curves
bf_editor_lattice
bf_editor_mesh
bf_editor_metaball
bf_editor_physics
PRIVATE bf::intern::clog
PRIVATE bf::intern::guardedalloc
)