summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
index 223301743..4ad7db1b1 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -1,6 +1,10 @@
include(UseGlibMarshal)
GLIB_MARSHAL(sp_marshal helper/sp-marshal "${CMAKE_CURRENT_BINARY_DIR}/helper")
+SET(GlibOutput
+${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.cpp
+${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.h
+)
SET(helper_SRC
action.cpp
@@ -15,5 +19,5 @@ unit-tracker.cpp
window.cpp
sp-marshal.list
# we generate this file and it's .h counter-part
-#sp-marshal.cpp
+#${CMAKE_CURRENT_BINARY_DIR}/helper/sp-marshal.cpp
)