Code

add powerstroke initial shot
[inkscape.git] / src / live_effects / CMakeLists.txt
index f88e965311d0ece284e1b5baf4d2d31c90f78981..70e8cbaf843ba2060fb79be16e8b32ef18bf7829 100644 (file)
@@ -1,35 +1,37 @@
+ADD_SUBDIRECTORY(parameter)
+
 SET(live_effects_SRC
+bezctx.cpp
 effect.cpp
-effect.h
+lpe-bendpath.cpp
+lpe-boolops.cpp
+lpe-circle_with_radius.cpp
+lpe-constructgrid.cpp
 lpe-curvestitch.cpp
-lpe-curvestitch.h
+lpe-envelope.cpp
 lpe-gears.cpp
-lpe-gears.h
 lpegroupbbox.cpp
-lpegroupbbox.h
+lpe-interpolate.cpp
 lpe-knot.cpp
-lpe-knot.h
+lpe-rough-hatches.cpp
+lpe-lattice.cpp
+lpe-mirror_symmetry.cpp
 lpeobject.cpp
-lpeobject.h
 lpeobject-reference.cpp
-lpeobject-reference.h
-lpe-bendpath.cpp
-lpe-bendpath.h
 lpe-patternalongpath.cpp
-lpe-patternalongpath.h
+lpe-perp_bisector.cpp
+lpe-perspective_path.cpp
+lpe-powerstroke.cpp
 lpe-skeleton.cpp
-lpe-skeleton.h
 lpe-sketch.cpp
-lpe-sketch.h
-lpe-slant.cpp
-lpe-slant.h
+lpe-spiro.cpp
+lpe-tangent_to_curve.cpp
 lpe-test-doEffect-stack.cpp
-lpe-test-doEffect-stack.h
 lpe-vonkoch.cpp
-lpe-vonkoch.h
-n-art-bpath-2geom.cpp
-n-art-bpath-2geom.h
+lpe-dynastroke.cpp
+spiro.cpp
 ${live_effects_parameter_SRC}
 )
-
-ADD_SUBDIRECTORY(parameter)
+ADD_LIBRARY(live_effects STATIC ${live_effects_SRC})
+TARGET_LINK_LIBRARIES(live_effects
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file