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:
committed by
Ray molenkamp
parent
be516e8c81
commit
0f541db97c
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user