Cleanup: CMake: Modernize bf_blenlib dependencies
Pretty straightforward - Remove any blenlib paths from INC - Add a dependency though LIB Pull Request: https://projects.blender.org/blender/blender/pulls/109934
This commit is contained in:
committed by
Ray molenkamp
parent
093a4d63f3
commit
04235d0e55
@@ -5,7 +5,6 @@
|
||||
set(INC
|
||||
.
|
||||
../../blenkernel
|
||||
../../blenlib
|
||||
../../bmesh
|
||||
../../depsgraph
|
||||
../../imbuf
|
||||
@@ -42,7 +41,7 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
bf_blenlib
|
||||
PRIVATE bf::blenlib
|
||||
PRIVATE bf::dna
|
||||
bf_imbuf
|
||||
PRIVATE bf::intern::guardedalloc
|
||||
|
||||
Reference in New Issue
Block a user