From 9faca8f3bbb360125b2c72b116829746be66e32b Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Thu, 10 Apr 2008 12:06:12 +0000 Subject: adjust the file generation path fir sp-marshal to jive with the include vs add_directories mentality (bzr r5398) --- src/helper/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.3