Cleanup: CMake: Modernize bf_intern_clog dependencies

Pretty straightforward

- Remove any bf_intern_clog 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/115323
This commit is contained in:
Ray Molenkamp
2023-11-24 17:12:24 +01:00
committed by Ray molenkamp
parent b607c8677a
commit b683bcc46c
35 changed files with 37 additions and 37 deletions

View File

@@ -14,7 +14,6 @@ set(INC
../../imbuf/intern/oiio
../../makesrna
../../windowmanager
../../../../intern/clog
../../../../intern/mantaflow/extern
../../../../intern/opencolorio
# RNA_prototypes.h
@@ -125,6 +124,7 @@ set(LIB
bf_editor_animation
bf_editor_interface
bf_editor_space_api
PRIVATE bf::intern::clog
PRIVATE bf::intern::guardedalloc
PRIVATE bf::animrig
bf_python_gpu