Skip to content
Snippets Groups Projects
Commit 39d972ae authored by Robert K's avatar Robert K
Browse files

merged from master.

parent 361b365e
No related branches found
No related tags found
No related merge requests found
set(SUBDIRS
2d
3d
common
impl
test)
foreach(i ${SUBDIRS})
if(${i} STREQUAL "test")
set(opt EXCLUDE_FROM_ALL)
endif(${i} STREQUAL "test")
add_subdirectory(${i} ${opt})
unset(opt)
endforeach(i ${SUBDIRS})
set(alugrid_HEADERS dgf.hh grid.hh)
install(FILES ${alugrid_HEADERS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/alugrid)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment