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

add_custom_target(tectonic_dune_spatial-solving SOURCES
  fixedpointiterator.hh
  fixedpointiterator.cc
podlesny's avatar
podlesny committed
  functionalfactory.hh
  makelinearsolver.hh
  nonlinearsolver.hh
podlesny's avatar
podlesny committed
  solverfactory.hh
  solverfactory.cc
)

#install headers
install(FILES
  fixedpointiterator.hh
podlesny's avatar
podlesny committed
  functionalfactory.hh.hh
  makelinearsolver.hh
  nonlinearsolver.hh
podlesny's avatar
podlesny committed
  solverfactory.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)