Cleanup: CMake: Modernize bf_blenlib dependencies

Pretty straightforward

- Remove any blenlib paths from INC
- Add a dependency though LIB

Pull Request: https://projects.blender.org/blender/blender/pulls/109934
This commit is contained in:
Ray Molenkamp
2023-07-10 22:04:18 +02:00
committed by Ray molenkamp
parent 093a4d63f3
commit 04235d0e55
100 changed files with 101 additions and 146 deletions

View File

@@ -5,7 +5,6 @@
set(INC
.
..
../../source/blender/blenlib
)
set(INC_SYS
@@ -24,6 +23,7 @@ set(SRC
)
set(LIB
PRIVATE bf::blenlib
)
blender_add_lib(bf_intern_memutil "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")