Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2020-12-19 08:44:57 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-12-19 09:25:01 +0300
commita5a302bd18061e833c4d629fffd06f57e7447d39 (patch)
tree7fd13444a1093f1f85fb26c9ff49598489c827e6 /source/blender/sequencer/CMakeLists.txt
parent046ca0749a9389ec52da90b29c8b2032f3225c51 (diff)
Cleanup: Split SEQ_sequencer.h file
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index db46fe91718..82e303806b3 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -44,7 +44,22 @@ set(INC_SYS
)
set(SRC
+ SEQ_add.h
+ SEQ_clipboard.h
+ SEQ_edit.h
+ SEQ_effects.h
+ SEQ_iterator.h
+ SEQ_modifier.h
+ SEQ_prefetch.h
+ SEQ_proxy.h
+ SEQ_relations.h
+ SEQ_render.h
+ SEQ_select.h
SEQ_sequencer.h
+ SEQ_sound.h
+ SEQ_time.h
+ SEQ_transform.h
+ SEQ_utils.h
intern/clipboard.c
intern/effects.c