Skip to content
Snippets Groups Projects
CMakeLists.txt 573 B
Newer Older
podlesny's avatar
podlesny committed
add_subdirectory("data-structures")
add_subdirectory("factories")
add_subdirectory("io")
podlesny's avatar
podlesny committed
add_subdirectory("multi-threading")
podlesny's avatar
podlesny committed
add_subdirectory("problem-data")
add_subdirectory("spatial-solving")
add_subdirectory("tests")
add_subdirectory("time-stepping")
add_subdirectory("utils")

add_custom_target(tectonic_dune SOURCES
  assemblers.hh
  assemblers.cc 
  explicitgrid.hh
  explicitvectors.hh
  gridselector.hh
)

#install headers
install(FILES
podlesny's avatar
podlesny committed
  assemblers.hh
  explicitgrid.hh
  explicitvectors.hh
  gridselector.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)