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:
authorMitchell Stokes <mogurijin@gmail.com>2011-07-12 14:09:14 +0400
committerMitchell Stokes <mogurijin@gmail.com>2011-07-12 14:09:14 +0400
commit0a8d4d1e10bb5ee2f7535f98064981fc2f44665c (patch)
tree59aabe72bbaf3c0c08f9e4e6c471962778577b4d /source/blender/editors/space_outliner/CMakeLists.txt
parent1ab2e0d40e25d46aa0d56804d0519307a4bf18a8 (diff)
parente645068aa0e60916cf6e556235608fafb1f46c78 (diff)
CMake fixes for r38303 (splitting up the outliner code).
Diffstat (limited to 'source/blender/editors/space_outliner/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_outliner/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt
index c05350c256f..86218ecb99b 100644
--- a/source/blender/editors/space_outliner/CMakeLists.txt
+++ b/source/blender/editors/space_outliner/CMakeLists.txt
@@ -37,8 +37,12 @@ set(INC_SYS
)
set(SRC
- outliner.c
+ outliner_draw.c
+ outliner_edit.c
outliner_ops.c
+ outliner_select.c
+ outliner_tools.c
+ outliner_tree.c
space_outliner.c
outliner_intern.h