Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
150 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 543 B
add_custom_target(tectonic_dune_io_hdf5 SOURCES
  frictionalboundary-writer.hh
  #frictionalboundary-writer.cc
  iteration-writer.hh 
  #iteration-writer.cc
  #patchinfo-writer.hh
  #patchinfo-writer.cc
  restartbody-io.hh
  restart-io.hh
  restrict.hh
  surface-writer.hh
  time-writer.hh
)

#install headers
install(FILES
  frictionalboundary-writer.hh
  iteration-writer.hh 
  #patchinfo-writer.hh
  restartbody-io.hh
  restart-io.hh
  restrict.hh
  surface-writer.hh
  time-writer.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)