Skip to content
Snippets Groups Projects
CMakeLists.txt 365 B
Newer Older
podlesny's avatar
podlesny committed
add_subdirectory("body")
add_subdirectory("friction")
add_subdirectory("network")

add_custom_target(tectonic_dune_data-structures SOURCES
  enumparser.hh
  enumparser.cc 
  enums.hh
  matrices.hh
  program_state.hh
)

#install headers
install(FILES
  enumparser.hh
  enums.hh
  matrices.hh
  program_state.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)