Code

process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
[inkscape.git] / src / live_effects / CMakeLists.txt
1 SET(live_effects_SRC
2 effect.cpp
3 effect.h
4 lpe-curvestitch.cpp
5 lpe-curvestitch.h
6 lpe-gears.cpp
7 lpe-gears.h
8 lpegroupbbox.cpp
9 lpegroupbbox.h
10 lpe-knot.cpp
11 lpe-knot.h
12 lpeobject.cpp
13 lpeobject.h
14 lpeobject-reference.cpp
15 lpeobject-reference.h
16 lpe-bendpath.cpp
17 lpe-bendpath.h
18 lpe-patternalongpath.cpp
19 lpe-patternalongpath.h
20 lpe-skeleton.cpp
21 lpe-skeleton.h
22 lpe-sketch.cpp
23 lpe-sketch.h
24 lpe-slant.cpp
25 lpe-slant.h
26 lpe-test-doEffect-stack.cpp
27 lpe-test-doEffect-stack.h
28 lpe-vonkoch.cpp
29 lpe-vonkoch.h
30 n-art-bpath-2geom.cpp
31 n-art-bpath-2geom.h
32 )