diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt new file mode 100644 index 000000000..dc975cf20 --- /dev/null +++ b/src/helper/CMakeLists.txt @@ -0,0 +1,23 @@ +include(UseGlibMarshal) + +SET(Marshal +sp-marshal.list +) + +GLIB_MARSHAL(sp-marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR}) + +SET(helper_SRC +action.cpp +gnome-utils.cpp +pixbuf-ops.cpp +png-write.cpp +stock-items.cpp +unit-menu.cpp +units.cpp +units-test.cpp +unit-tracker.cpp +window.cpp +sp-marshal.list +# we generate this file and it's .h counter-part +sp-marshal.cpp +) |
