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-11-19 11:54:40 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-11-19 11:54:40 +0300
commite5df87b1b9dbba755fa73ccc90d2f6acedc1ad37 (patch)
treefd82a9d1a257798f457dba4873cb3ddc8cc14bde /source/blender/editors/space_sequencer/CMakeLists.txt
parent8ec6b34b8eb2b0c4565950c39bef622d76e78ff9 (diff)
Cleanup: split sequencer_edit.c file
Move proxy operator functions to own file. No functional changes.
Diffstat (limited to 'source/blender/editors/space_sequencer/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_sequencer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/CMakeLists.txt b/source/blender/editors/space_sequencer/CMakeLists.txt
index 2ee11f1abfd..e1c193b0c15 100644
--- a/source/blender/editors/space_sequencer/CMakeLists.txt
+++ b/source/blender/editors/space_sequencer/CMakeLists.txt
@@ -42,6 +42,7 @@ set(SRC
sequencer_modifier.c
sequencer_ops.c
sequencer_preview.c
+ sequencer_proxy.c
sequencer_scopes.c
sequencer_select.c
sequencer_view.c