From 18d7aeacf2f79e7a72f15d24a1948a39078c16c9 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Mon, 5 Oct 2020 02:58:56 +0200 Subject: Move sequencer sources from blenkernel This is first step of refactoring task T77580. Next step will be breaking up files into smaller ones. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D8492 --- source/blender/editors/space_outliner/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner/CMakeLists.txt') diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt index db38839f959..1aa25ba00b1 100644 --- a/source/blender/editors/space_outliner/CMakeLists.txt +++ b/source/blender/editors/space_outliner/CMakeLists.txt @@ -25,6 +25,7 @@ set(INC ../../imbuf ../../makesdna ../../makesrna + ../../sequencer ../../windowmanager ../../../../intern/glew-mx ../../../../intern/guardedalloc -- cgit v1.2.3