add_custom_target(tectonic_dune_data-structures_body SOURCES
  body.hh
  body.cc 
  bodydata.hh
  boundarycondition.hh
)

#install headers
install(FILES
  body.hh
  bodydata.hh
  boundarycondition.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)