Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
157 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 288 B
add_custom_target(tectonic_dune_data-structures_network SOURCES
  contactnetwork.hh
  contactnetwork.cc
  levelcontactnetwork.hh
  levelcontactnetwork.cc
)

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