]> git.sesse.net Git - kdenlive/blob - src/colorscopes/CMakeLists.txt
Reorganize and cleanup build structure
[kdenlive] / src / colorscopes / CMakeLists.txt
1 set(kdenlive_SRCS
2   ${kdenlive_SRCS}
3   colorscopes/abstractgfxscopewidget.cpp
4   colorscopes/histogram.cpp
5   colorscopes/rgbparade.cpp
6   colorscopes/vectorscope.cpp
7   colorscopes/waveform.cpp
8   PARENT_SCOPE
9 )