Cleanup: CMake: clean sequencer's CMakeLists.txt

- Remove animrig include, replace with lib dependency
- mark internal include as private

Pull Request: https://projects.blender.org/blender/blender/pulls/132502
This commit is contained in:
Ray Molenkamp
2024-12-31 21:07:54 +01:00
committed by Ray molenkamp
parent 6a15f301ef
commit 2f0fc7fc9f

View File

@@ -4,9 +4,7 @@
set(INC
PUBLIC .
intern
../animrig
PRIVATE intern
)
set(INC_SYS
@@ -86,6 +84,7 @@ set(SRC
)
set(LIB
PRIVATE bf::animrig
PRIVATE bf::blenfont
PRIVATE bf::blenkernel
PRIVATE bf::blenlib