Skip to content
Snippets Groups Projects

Increase the minimal cmake version and link only against dependent packages

Open Simon Praetorius requested to merge issue/update-cmakelists into master
1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
add_executable(contactmerge contactmerge.cc)
target_link_dune_default_libraries(contactmerge)
target_link_libraries(contactmerge PRIVATE dunegrid)
Please register or sign in to reply
Loading