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

Introduced dune-istl macros to find boost and fusion.

example compiles with fusion.

[[Imported from SVN: r1576]]
parent 367836f1
No related branches found
No related tags found
No related merge requests found
file(GLOB modules *.cmake)
install(FILES ${modules} DESTINATION
${CMAKE_INSTALL_PREFIX}/share/cmake/modules)
include(FindBoostFusion)
add_executable(example "example.cc")
add_dune_mpi_flags(example)
add_dune_boost_flags(example)
target_link_libraries(example "dunecommon")
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