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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-15 15:40:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-15 15:40:04 +0400
commitbe3c12b75b18723c0598d2aeb5453849d8e3accb (patch)
tree89e5c4f2e7c4a31801697eba5995cf84d2cdde77 /source/blender/editors/space_clip/CMakeLists.txt
parent8da0a03774aa00c738b0e95126cd09affa131b17 (diff)
Move selection operators of Clip Editor into their own file
Diffstat (limited to 'source/blender/editors/space_clip/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_clip/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/CMakeLists.txt b/source/blender/editors/space_clip/CMakeLists.txt
index ec5e81e4b2c..ecc4dea8b05 100644
--- a/source/blender/editors/space_clip/CMakeLists.txt
+++ b/source/blender/editors/space_clip/CMakeLists.txt
@@ -52,6 +52,7 @@ set(SRC
clip_utils.c
space_clip.c
tracking_ops.c
+ tracking_select.c
clip_intern.h
)