Cleanup: CMake: Modernize bf_intern_clog dependencies
Pretty straightforward - Remove any bf_intern_clog paths from INC - Add a dependency though LIB when missing context: https://devtalk.blender.org/t/cmake-cleanup/30260 Pull Request: https://projects.blender.org/blender/blender/pulls/115323
This commit is contained in:
committed by
Ray molenkamp
parent
b607c8677a
commit
b683bcc46c
@@ -7,7 +7,6 @@ set(INC
|
||||
../../blenkernel
|
||||
../../gpu
|
||||
../../makesrna
|
||||
../../../../intern/clog
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
@@ -44,6 +43,7 @@ set(LIB
|
||||
${PYTHON_LIBRARIES}
|
||||
PRIVATE bf::blenlib
|
||||
PRIVATE bf::dna
|
||||
PRIVATE bf::intern::clog
|
||||
PRIVATE bf::intern::guardedalloc
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user