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:
authorLukas Tönne <lukas.toenne@gmail.com>2018-05-27 10:43:08 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2018-05-27 10:43:08 +0300
commit142338991b5f04b0f279f9a7c70830f33b86b6f9 (patch)
tree68e4237cba9e673673ee5183728bc7269d5dd0bb /source/blender/editors/CMakeLists.txt
parent7b359d1ae5f495dd11aa7b3226db584af1cdcaf7 (diff)
parent4c2d7767cf3dbabf9a46f7b2a4e1de3c08a2edf7 (diff)
Merge branch 'hair_guides' into hair_guides_grooming
Diffstat (limited to 'source/blender/editors/CMakeLists.txt')
-rw-r--r--source/blender/editors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index 57a46aecfdc..a7592bb64fb 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -55,6 +55,7 @@ if(WITH_BLENDER)
add_subdirectory(space_outliner)
add_subdirectory(space_script)
add_subdirectory(space_sequencer)
+ add_subdirectory(space_statusbar)
add_subdirectory(space_text)
add_subdirectory(space_topbar)
add_subdirectory(space_userpref)