diff options
| author | Aaron Spike <aaron@ekips.org> | 2008-04-10 12:06:12 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2008-04-10 12:06:12 +0000 |
| commit | 9faca8f3bbb360125b2c72b116829746be66e32b (patch) | |
| tree | a23588e9cd6b9367a52219e8061d136ea4ba83b9 /src | |
| parent | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() (diff) | |
| download | inkscape-9faca8f3bbb360125b2c72b116829746be66e32b.tar.gz inkscape-9faca8f3bbb360125b2c72b116829746be66e32b.zip | |
adjust the file generation path fir sp-marshal to jive with the include vs add_directories mentality
(bzr r5398)
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 |
