]> git.sesse.net Git - kdenlive/blobdiff - src/lib/CMakeLists.txt
Add Movit effects.
[kdenlive] / src / lib / CMakeLists.txt
index 05dd09fa3467f4897686f487b87c8d31471fab37..fcb0aade9703eb6dbf7dc45ceeebc816ac5303f9 100644 (file)
@@ -1,5 +1,13 @@
+
+add_subdirectory(audio)
+add_subdirectory(external)
+
+# Hack. kdenlive_SRCS is defined in the sub-scope and added to this scope;
+# now we again need to add it to the parent scope.
+
 set(kdenlive_SRCS
   ${kdenlive_SRCS}
   lib/qtimerWithTime.cpp
   PARENT_SCOPE
-)
\ No newline at end of file
+)
+