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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-19 20:06:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-19 20:14:05 +0300
commit5e81d993afadc6b5d37410e91998395caf1d1281 (patch)
treeec57394bb9e74110a21b086678535e17c65524db /source/blender/editors/CMakeLists.txt
parentb5bf3011bf3851d1e68dbcdde310fff04dc3f2f5 (diff)
parenta3486e735f7e5af6ca78dafc8608cced5a121096 (diff)
Merge branch 'master' into blender2.8
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..c7ce4b44803 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -29,6 +29,7 @@ if(WITH_BLENDER)
add_subdirectory(gpencil)
add_subdirectory(interface)
add_subdirectory(io)
+ add_subdirectory(lattice)
add_subdirectory(manipulator_library)
add_subdirectory(mask)
add_subdirectory(mesh)