From ea479a317d3fb2890308a1cc99ee730dd7b76de8 Mon Sep 17 00:00:00 2001 From: tweenk Date: Sun, 11 Jan 2009 19:48:45 +0000 Subject: [PATCH] Add CMakeLists for the filters directory. --- src/filters/CMakeLists.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/filters/CMakeLists.txt diff --git a/src/filters/CMakeLists.txt b/src/filters/CMakeLists.txt new file mode 100644 index 000000000..e9baa6f88 --- /dev/null +++ b/src/filters/CMakeLists.txt @@ -0,0 +1,23 @@ +SET(filters_SRC +blend.cpp +colormatrix.cpp +componenttransfer.cpp +componenttransfer-funcnode.cpp +composite.cpp +convolvematrix.cpp +diffuselighting.cpp +displacementmap.cpp +distantlight.cpp +flood.cpp +image.cpp +merge.cpp +mergenode.cpp +morphology.cpp +offset.cpp +pointlight.cpp +specularlighting.cpp +spotlight.cpp +tile.cpp +turbulence.cpp +) +ADD_LIBRARY(filters STATIC ${filters_SRC}) -- 2.30.2