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:
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