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:02:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-02 16:07:40 +0300
commit4ffa05c30b10eb8a07dd0a9b43466f6d11bc1364 (patch)
tree0a9bfbbcd5d49bcaeb0ae0c9f42ccfdbfd107356 /build_files
parentb186592b211ef91c20cc771ed743ee21a09223be (diff)
Cleanup: move undo into it's own directory
Split out undo API from ED_util.h into ED_undo.h
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 3f0868229e2..d159bde845d 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -559,8 +559,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
set(BLENDER_SORTED_LIBS
bf_windowmanager
- # needed twice because of text undo
- bf_editor_util
+ bf_editor_undo
bf_editor_space_api
bf_editor_space_action