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:
Ray Molenkamp
2023-11-24 17:12:24 +01:00
committed by Ray molenkamp
parent b607c8677a
commit b683bcc46c
35 changed files with 37 additions and 37 deletions

View File

@@ -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
)