Code

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