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

[bugfix][cmake] Fix list of header files. Kudos Halvor.

parent 73f41c92
No related branches found
No related tags found
No related merge requests found
set(alucommondir ${CMAKE_INSTALL_INCLUDEDIR}/dune/alugrid/common)
set(alucommon_HEADERS alugrid_assert.hh
backuprestore.hh
bisectioncompatibility.hh
bndprojection.hh
capabilities.hh
declaration.hh
defaultindexsets.hh
geostorage.hh
hsfc.hh
intersectioniteratorwrapper.hh
interfaces.hh
ldbhandleif.hh
macrogridview.hh
memory.hh
persistentcontainer.hh
structuredgridfactory.hh
transformation.hh
twists.hh
typetraits.hh
writeparalleldgf.hh
set(alucommon_HEADERS alugrid_assert.hh
backuprestore.hh
bisectioncompatibility.hh
bndprojection.hh
capabilities.hh
declaration.hh
defaultindexsets.hh
duneassert.hh
fromtogridfactory.hh
geostorage.hh
hsfc.hh
interfaces.hh
intersectioniteratorwrapper.hh
ldbhandleif.hh
macrogridview.hh
memory.hh
meshquality.hh
persistentcontainer.hh
structuredgridfactory.hh
transformation.hh
twists.hh
typetraits.hh
writeparalleldgf.hh
)
# installation of the header files
install(FILES ${alucommon_HEADERS} DESTINATION ${alucommondir})
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