Cleanup: CMake: Modernize bf_bmesh dependencies

Pretty straightforward

- Remove any bf_bmesh 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/132203
This commit is contained in:
Ray Molenkamp
2024-12-23 17:47:25 +01:00
committed by Ray molenkamp
parent c10ef088a6
commit 2992c63bc3
44 changed files with 45 additions and 49 deletions

View File

@@ -5,7 +5,6 @@
set(INC
.
../../blenkernel
../../bmesh
../../imbuf
)
@@ -41,6 +40,7 @@ set(SRC
set(LIB
PRIVATE bf::blenlib
PRIVATE bf::bmesh
PRIVATE bf::depsgraph
PRIVATE bf::dna
bf_imbuf