Code

f61418efedcfba663fcb69388af0879ef1d6dd9a
[inkscape.git] / src / helper / CMakeLists.txt
1 include(UseGlibMarshal)
3 GLIB_MARSHAL(sp_marshal helper/sp-marshal "${CMAKE_CURRENT_BINARY_DIR}/helper")
5 SET(helper_SRC
6 action.cpp
7 gnome-utils.cpp
8 pixbuf-ops.cpp
9 png-write.cpp
10 stock-items.cpp
11 unit-menu.cpp
12 units.cpp
13 units-test.cpp
14 unit-tracker.cpp
15 window.cpp
16 sp-marshal.list
17 # we generate this file and it's .h counter-part
18 sp-marshal.cpp
19 )