Skip to content
Snippets Groups Projects
Commit 7aeace03 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1721

Revision  r1721
.----------------------
Export PREFIX to find config.h.cmake
.----------------------


[[Imported from SVN: r1850]]
parents cc5c6a8b 85da8fb4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ get_filename_component(_prefix "${_dir}/../../.." ABSOLUTE)
#include("${_prefix}/lib/cmake/@DUNE_MOD_NAME@-targets.cmake")
#report other information
set(@DUNE_MOD_NAME@_PREFIX "${_prefix}")
set(@DUNE_MOD_NAME@_INCLUDE_DIRS "${_prefix}/include")
set(@DUNE_MOD_NAME@_CXX_FLAGS "@CMAKE_CXX_FLAGS@")
set(@DUNE_MOD_NAME@_CXX_FLAGS_DEBUG "@CMAKE_CXX_FLAGS_DEBUG@")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment