]> git.sesse.net Git - kdenlive/blobdiff - src/lib/CMakeLists.txt
coverity fix
[kdenlive] / src / lib / CMakeLists.txt
index e3a89b076e58960e988d46323b15517de98dc05e..fcb0aade9703eb6dbf7dc45ceeebc816ac5303f9 100644 (file)
@@ -1,10 +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}
-    PARENT_SCOPE
+  ${kdenlive_SRCS}
+  lib/qtimerWithTime.cpp
+  PARENT_SCOPE
 )
+