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 Toenne <lukas.toenne@gmail.com>2018-07-15 14:18:38 +0300
committerLukas Toenne <lukas.toenne@gmail.com>2018-07-15 14:18:38 +0300
commita89bcac14b083ef723d8d4a464ca75942743ec89 (patch)
treecf9f51999d9bc51a6ae1fa0648108d23612bdbaa /source/blender/editors/CMakeLists.txt
parentff8df843c31cb41621204c579dbc34e8ce185708 (diff)
parenta9be42dfa284be0742de2719ea90671612240705 (diff)
Merge branch 'hair_guides' into hair_guides_grooming
Diffstat (limited to 'source/blender/editors/CMakeLists.txt')
-rw-r--r--source/blender/editors/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index a7592bb64fb..62faee40858 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -31,7 +31,7 @@ if(WITH_BLENDER)
add_subdirectory(interface)
add_subdirectory(io)
add_subdirectory(lattice)
- add_subdirectory(manipulator_library)
+ add_subdirectory(gizmo_library)
add_subdirectory(mask)
add_subdirectory(mesh)
add_subdirectory(metaball)