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

merged from master.

parent 371a53d8
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,4 @@ foreach(i ${SUBDIRS})
endif(${i} STREQUAL "test")
add_subdirectory(${i} ${opt})
unset(opt)
endforeach(i ${SUBDIRS})
\ No newline at end of file
endforeach(i ${SUBDIRS})
set(duneinterfacedir dune/alugrid/impl/duneinterface)
set(duneinterfacedir ${CMAKE_INSTALL_INCLUDEDIR}/dune/alugrid/impl/duneinterface)
set(duneinterface_HEADERS gitter_dune_impl.h gitter_dune_pll_impl.h)
set(EXTRA_DIST gitter_dune_impl.cc gitter_dune_pll_impl.cc)
# include not needed for CMake
# include $(top_srcdir)/am/global-rules
install(FILES ${duneinterface_HEADERS} DESTINATION ${duneinterfacedir})
\ No newline at end of file
install(FILES ${duneinterface_HEADERS} DESTINATION ${duneinterfacedir})
set(paralleldir dune/alugrid/impl/parallel)
set(paralleldir ${CMAKE_INSTALL_INCLUDEDIR}/dune/alugrid/impl/parallel)
set(parallel_HEADERS alumetis.hh alusfc.hh aluzoltan.hh
gitter_hexa_top_pll.h gitter_pll_impl.h
gitter_pll_ldb.h gitter_pll_mgb.h
......@@ -9,4 +9,4 @@ set(EXTRA_DIST gitter_hexa_top_pll.cc gitter_pll_idn.cc gitter_pll_impl.cc
gitter_tetra_top_pll.cc mpAccess.cc)
# include not needed for CMake
# include $(top_srcdir)/am/global-rules
install(FILES ${parallel_HEADERS} DESTINATION ${paralleldir})
\ No newline at end of file
install(FILES ${parallel_HEADERS} DESTINATION ${paralleldir})
set(serialdir dune/alugrid/impl/serial)
set(serialdir ${CMAKE_INSTALL_INCLUDEDIR}/dune/alugrid/impl/serial)
set(serial_HEADERS gatherscatter.hh ghost_elements.h ghost_info.h
gitter_hexa_top.h gitter_impl.h gitter_mgb.h gitter_sti.h
gitter_tetra_top.h iterator_sti.h key.h lock.h mapp_cube_3d.h
......@@ -9,4 +9,4 @@ set(EXTRA_DIST ghost_elements.cc ghost_info.cc gitter_geo.cc gitter_hexa_top.cc
mapp_cube_3d.cc mapp_tetra_3d.cc myalloc.cc)
# include not needed for CMake
# include $(top_srcdir)/am/global-rules
install(FILES ${serial_HEADERS} DESTINATION ${serialdir})
\ No newline at end of file
install(FILES ${serial_HEADERS} DESTINATION ${serialdir})
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