From 167882c9a41d4cd6677d86a0c44d1a4eaf1073f8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 9 Mar 2008 14:04:36 +0000 Subject: [PATCH] add subdirs svn path=/branches/KDE4/; revision=2027 --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fedd235..4c408f0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,5 +16,7 @@ FIND_PACKAGE(LIBMLT REQUIRED) FIND_PACKAGE(LIBMLTPLUS REQUIRED) FIND_PACKAGE(LIBFFMPEG REQUIRED) -add_subdirectory(src effects) +add_subdirectory(src) +add_subdirectory(renderer) +add_subdirectory(effects) \ No newline at end of file -- 2.39.2