diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt index 0b704b289..f61418efe 100644 --- a/src/helper/CMakeLists.txt +++ b/src/helper/CMakeLists.txt @@ -1,10 +1,6 @@ include(UseGlibMarshal) -SET(Marshal -sp-marshal -) - -GLIB_MARSHAL(sp_marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR}) +GLIB_MARSHAL(sp_marshal helper/sp-marshal "${CMAKE_CURRENT_BINARY_DIR}/helper") SET(helper_SRC action.cpp |
