]> git.sesse.net Git - kdenlive/blob - src/lib/CMakeLists.txt
Auto-align works!
[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     PARENT_SCOPE
10 )