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