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>2017-12-19 17:35:00 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2017-12-19 17:35:00 +0300
commit61fae8440dbca3fcbaea499309e325e9df46a7a9 (patch)
tree898a306079b4642149f2ee27f17bd20198b066b6 /source/blender/editors/CMakeLists.txt
parentb3c59d51e034ac1679818b9df51fa3e37b9fd2ed (diff)
Edit mode data functions for creating, applying a freeing groom edit data.
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 757fca0a1b2..00b514d1a15 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -27,6 +27,7 @@ if(WITH_BLENDER)
add_subdirectory(armature)
add_subdirectory(curve)
add_subdirectory(gpencil)
+ add_subdirectory(groom)
add_subdirectory(interface)
add_subdirectory(io)
add_subdirectory(manipulator_library)