From 4ffa05c30b10eb8a07dd0a9b43466f6d11bc1364 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 2 Apr 2018 15:02:08 +0200 Subject: Cleanup: move undo into it's own directory Split out undo API from ED_util.h into ED_undo.h --- build_files/cmake/macros.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build_files') 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 -- cgit v1.2.3