add_subdirectory("rate")
add_subdirectory("state")

add_custom_target(tectonic_dune_time-stepping SOURCES
  adaptivetimestepper.hh
  adaptivetimestepper.cc
  coupledtimestepper.hh
  coupledtimestepper.cc 
  rate.hh
  rate.cc
  state.hh
  state.cc
  updaters.hh
)

#install headers
install(FILES
  adaptivetimestepper.hh
  coupledtimestepper.hh
  rate.hh
  state.hh
  updaters.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)