From: tweenk Date: Sun, 11 Jan 2009 19:48:45 +0000 (+0000) Subject: Add CMakeLists for the filters directory. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ea479a317d3fb2890308a1cc99ee730dd7b76de8;p=inkscape.git Add CMakeLists for the filters directory. --- 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})