X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcolorcorrection%2FCMakeLists.txt;h=78d0fd1019daa0dc0ac8439830ad15d7529cb787;hb=634e5785b160bbd16d73a7f9b149236b2fd24fed;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=3bdc55dc4a7e1f362217951df18e90dfe3141174;p=kdenlive diff --git a/src/colorcorrection/CMakeLists.txt b/src/colorcorrection/CMakeLists.txt index e69de29b..78d0fd10 100644 --- a/src/colorcorrection/CMakeLists.txt +++ b/src/colorcorrection/CMakeLists.txt @@ -0,0 +1,8 @@ +set(kdenlive_SRCS + ${kdenlive_SRCS} + colorcorrection/histogramgenerator.cpp + colorcorrection/rgbparadegenerator.cpp + colorcorrection/vectorscopegenerator.cpp + colorcorrection/waveformgenerator.cpp + PARENT_SCOPE +)