summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
index 8137487e2..1d6a82e41 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -1,5 +1,5 @@
-include(UseGlibMarshal)
+include(${CMAKE_SOURCE_DIR}/CMakeScripts/UseGlibMarshal.cmake)
GLIB_MARSHAL(sp_marshal sp-marshal "${CMAKE_CURRENT_BINARY_DIR}/helper")
@@ -46,5 +46,7 @@ set(helper_SRC
window.h
)
+set_source_files_properties(sp_marshal_SRC PROPERTIES GENERATED true)
+
# add_inkscape_lib(helper_LIB "${helper_SRC}")
add_inkscape_source("${helper_SRC}")