Code

more powerstroke build infrastructure
[inkscape.git] / src / live_effects / parameter / CMakeLists.txt
1 SET(live_effects_parameter_SRC
2 array.cpp
3 bool.cpp
4 parameter.cpp
5 path.cpp
6 path-reference.cpp
7 point.cpp
8 powerstrokepointarray.cpp
9 random.cpp
10 text.cpp
11 unit.cpp
12 vector.cpp
13 )