summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96cc42f)
raw | patch | inline | side by side (parent: 96cc42f)
author | tweenk <tweenk@users.sourceforge.net> | |
Sun, 11 Jan 2009 19:48:45 +0000 (19:48 +0000) | ||
committer | tweenk <tweenk@users.sourceforge.net> | |
Sun, 11 Jan 2009 19:48:45 +0000 (19:48 +0000) |
src/filters/CMakeLists.txt | [new file with mode: 0644] | patch | blob |
diff --git a/src/filters/CMakeLists.txt b/src/filters/CMakeLists.txt
--- /dev/null
@@ -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})