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-04-02 16:18:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-02 16:18:10 +0300
commit89fdd8890633700f559039998f8d95c7a5f97df4 (patch)
treea77306882df479d5d2d89f0f9d3529394b4fbe01 /source/blender/editors/CMakeLists.txt
parent57bbd478a58a944a8f3146af25cfe34ee055fc86 (diff)
parent4ffa05c30b10eb8a07dd0a9b43466f6d11bc1364 (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 c7ce4b44803..06f412b7019 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -60,6 +60,7 @@ if(WITH_BLENDER)
add_subdirectory(space_userpref)
add_subdirectory(space_view3d)
add_subdirectory(transform)
+ add_subdirectory(undo)
add_subdirectory(util)
add_subdirectory(uvedit)
add_subdirectory(screen)