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>2014-10-07 21:51:54 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-04-20 13:10:33 +0300
commit09a7dbc29a60a74e054c537196a311c4431e748a (patch)
treef7412cdcade2d20d76b17099e10016ed991b69f6 /source/blender/editors/CMakeLists.txt
parent6078e79cea5bb450e98f8e07aab56a87eb37e7c4 (diff)
New editor library for hair edit mode.
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 084006ce277..ec9ae775ad0 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -23,6 +23,7 @@ if(WITH_BLENDER)
add_subdirectory(armature)
add_subdirectory(curve)
add_subdirectory(gpencil)
+ add_subdirectory(hair)
add_subdirectory(interface)
add_subdirectory(io)
add_subdirectory(mask)