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/blenkernel/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenkernel/CMakeLists.txt') diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 696d252c81d..33c0d435c69 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -355,8 +355,6 @@ set(SRC ) set(LIB - bf_editor_animation # FIXME, bad level (compare_ak_cfraPtr) - bf_blenfont bf_blenlib bf_blenloader -- cgit v1.2.3