From 3d02c9720b4a5c23acd2a07d26d7cea4840bc82b Mon Sep 17 00:00:00 2001 From: acspike Date: Thu, 10 Apr 2008 12:06:12 +0000 Subject: [PATCH] adjust the file generation path fir sp-marshal to jive with the include vs add_directories mentality --- src/helper/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 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 -- 2.30.2