Cleanup: CMake: Modernize bf_imbuf dependencies

Pretty straightforward

- Remove any bf_imbuf 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/115425
This commit is contained in:
Ray Molenkamp
2023-11-25 23:37:24 +01:00
committed by Ray molenkamp
parent 6b70c04724
commit 1b6cd937ff
45 changed files with 46 additions and 49 deletions

View File

@@ -6,7 +6,6 @@ set(INC
.
../../blenkernel
../../bmesh
../../imbuf
)
set(INC_SYS
@@ -43,7 +42,7 @@ set(LIB
PRIVATE bf::blenlib
PRIVATE bf::depsgraph
PRIVATE bf::dna
bf_imbuf
PRIVATE bf::imbuf
PRIVATE bf::intern::guardedalloc
bf_python_ext