Code

User message context in extensions
[inkscape.git] / src / filters / CMakeLists.txt
1 SET(filters_SRC
2 blend.cpp
3 colormatrix.cpp
4 componenttransfer.cpp
5 componenttransfer-funcnode.cpp
6 composite.cpp
7 convolvematrix.cpp
8 diffuselighting.cpp
9 displacementmap.cpp
10 distantlight.cpp
11 flood.cpp
12 image.cpp
13 merge.cpp
14 mergenode.cpp
15 morphology.cpp
16 offset.cpp
17 pointlight.cpp
18 specularlighting.cpp
19 spotlight.cpp
20 tile.cpp
21 turbulence.cpp
22 )
23 ADD_LIBRARY(filters STATIC ${filters_SRC})
24 TARGET_LINK_LIBRARIES(filters
25 2geom ${INKSCAPE_LIBS})