Code

fix crash, allow combine to work transparently on groups
[inkscape.git] / src / extension / CMakeLists.txt
1 SET(extension_SRC
2 db.cpp
3 dependency.cpp
4 effect.cpp
5 error-file.cpp
6 execution-env.cpp
7 extension.cpp
8 init.cpp
9 input.cpp
10 output.cpp
11 patheffect.cpp
12 prefdialog.cpp
13 print.cpp
14 system.cpp
15 timer.cpp
16 )