diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filters/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
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}) |
