Cleanup: CMake: Modernize bf_intern_clog dependencies

Pretty straightforward

- Remove any 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/110350
This commit is contained in:
Ray Molenkamp
2023-07-21 18:37:30 +02:00
committed by Ray molenkamp
parent be516e8c81
commit 0f541db97c
32 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
set(INC
../../intern/clog
../blender/editors/include
../blender/gpu
../blender/imbuf
@@ -18,6 +17,7 @@ set(LIB
PRIVATE bf::blenlib
PRIVATE bf::depsgraph
PRIVATE bf::dna
PRIVATE bf::intern::clog
PRIVATE bf::intern::guardedalloc
PRIVATE bf::windowmanager
)