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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-25 06:30:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-25 06:30:16 +0400
commit2882c4b6efdadf935f14fb920a38e7ff2f5db55d (patch)
treeef1437b2a214b4758d040f9282cdc763bd286d0a /source/blender/editors/space_view3d/CMakeLists.txt
parent406fd33a86597567a7775db8dadd97e2c0120578 (diff)
move fly mode operator into its own file.
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 855d770c784..fb086013798 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -44,6 +44,7 @@ SET(SRC
view3d_buttons.c
view3d_draw.c
view3d_edit.c
+ view3d_fly.c
view3d_header.c
view3d_ops.c
view3d_select.c