Code

Cmake: Fix issue with generated sp-marshall.h/.cpp not linking
[inkscape.git] / src / helper / CMakeLists.txt
1 include(UseGlibMarshal)
3 GLIB_MARSHAL(sp_marshal helper/sp-marshal "${CMAKE_CURRENT_BINARY_DIR}/helper")
4 SET(GlibOutput
5 ${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.cpp
6 ${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.h
7 )
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 #${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.cpp
23 )