Cleanup: CMake: Modernize bf_blenloader dependencies

Pretty straightforward

- Remove any bf_blenloader 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/132334
This commit is contained in:
Ray Molenkamp
2024-12-25 18:40:41 +01:00
committed by Ray molenkamp
parent c331c6b50e
commit a23aab3ddc
39 changed files with 40 additions and 42 deletions

View File

@@ -4,7 +4,6 @@
set(INC
..
../../blenloader
../../editors/include
../../imbuf
../../imbuf/intern/oiio
@@ -118,6 +117,7 @@ set(SRC
set(LIB
PRIVATE bf::blenkernel
PRIVATE bf::blenlib
PRIVATE bf::blenloader
PRIVATE bf::blentranslation
PRIVATE bf::depsgraph
PRIVATE bf::dna