Cleanup: CMake: Modernize bf_guardedalloc dependencies

Pretty straightforward

- Removes any guardedalloc paths from INC
- Adds a dependency though LIB

Pull Request: https://projects.blender.org/blender/blender/pulls/109925
This commit is contained in:
Ray Molenkamp
2023-07-10 18:44:19 +02:00
committed by Ray molenkamp
parent fc58d92acb
commit 57ad866d81
107 changed files with 113 additions and 118 deletions

View File

@@ -4,7 +4,6 @@
set(INC
.
../guardedalloc
)
set(INC_SYS
@@ -15,6 +14,7 @@ set(SRC
)
set(LIB
PRIVATE bf::intern::guardedalloc
)
if(WITH_OPENVDB)