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

add_custom_target(tectonic_dune_io SOURCES
  hdf5-bodywriter.hh
  hdf5-writer.hh
  io-handler.hh
  uniform-grid-writer.cc
  vtk-bodywriter.hh
  vtk.hh
)

#install headers
install(FILES
  hdf5-bodywriter.hh
  hdf5-levelwriter.hh
  io-handler.hh
  vtk-bodywriter.hh
  vtk.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)