Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
157 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 442 B
add_subdirectory("grid")

add_custom_target(tectonic_dune_problem-data SOURCES
  bc.hh
  gravity.hh 
  midpoint.hh
  mybody.hh
  myglobalfrictiondata.hh
  patchfunction.hh
  segmented-function.hh
  strikeslipbody.hh
)

#install headers
install(FILES
  bc.hh
  gravity.hh 
  midpoint.hh
  mybody.hh
  myglobalfrictiondata.hh
  patchfunction.hh
  segmented-function.hh
  strikeslipbody.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)