diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-25 14:48:35 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-25 14:48:35 +0000 |
| commit | 71f63ec3d5ccb82e8617da524d741221e35847ca (patch) | |
| tree | 43c5b21688f5ae44fabf611f5a7051993450d6c3 /src | |
| parent | cmake: added a patched FindGTK2 to include cairommconfig.h (diff) | |
| download | inkscape-71f63ec3d5ccb82e8617da524d741221e35847ca.tar.gz inkscape-71f63ec3d5ccb82e8617da524d741221e35847ca.zip | |
added a Modules cmake dir, only use for find_package, reference cmake include paths explicitly.
(bzr r10358)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/CMakeLists.txt | 4 |
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}") |
