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/sound/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sound') diff --git a/source/blender/editors/sound/CMakeLists.txt b/source/blender/editors/sound/CMakeLists.txt index b4099edce68..644efe426e0 100644 --- a/source/blender/editors/sound/CMakeLists.txt +++ b/source/blender/editors/sound/CMakeLists.txt @@ -22,6 +22,7 @@ set(INC ../../depsgraph ../../makesdna ../../makesrna + ../../sequencer ../../windowmanager ../../../../intern/guardedalloc ) -- cgit v1.2.3