Skip to content
Snippets Groups Projects
CMakeLists.txt 337 B
Newer Older
podlesny's avatar
podlesny committed
add_subdirectory("tnnmg")
add_subdirectory("preconditioners")

add_custom_target(tectonic_dune_spatial-solving SOURCES
  fixedpointiterator.hh
  fixedpointiterator.cc
  solverfactory.hh
  solverfactory.cc
)

#install headers
install(FILES
  fixedpointiterator.hh
  solverfactory.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)