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:
committed by
Ray molenkamp
parent
b607c8677a
commit
b683bcc46c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user