From 2f94b170e4e2f62c069eb2ece1f39bace89338fa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 07:27:37 +0200 Subject: Cleanup: move motion paths into editors/animation Having this in blenkernel caused bad level calls to bf_editors_anim, causing tests that use 'blenkernel' to require almost all libraries. (complicating gtest linking & causing large binaries). --- source/blender/python/intern/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt index f8b493b05d4..3563300b515 100644 --- a/source/blender/python/intern/CMakeLists.txt +++ b/source/blender/python/intern/CMakeLists.txt @@ -118,6 +118,7 @@ set(SRC ) set(LIB + bf_editor_animation bf_editor_interface bf_editor_space_api bf_python_gpu -- cgit v1.2.3