]> git.sesse.net Git - kdenlive/blob - src/lib/CMakeLists.txt
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / lib / CMakeLists.txt
1
2 add_subdirectory(audio)
3 add_subdirectory(external)
4
5 # Hack. kdenlive_SRCS is defined in the sub-scope and added to this scope;
6 # now we again need to add it to the parent scope.
7
8 set(kdenlive_SRCS
9   ${kdenlive_SRCS}
10   lib/qtimerWithTime.cpp
11   PARENT_SCOPE
12 )
13