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