Skip to content
Snippets Groups Projects
Commit 1d20d40c authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

add some missing files to CMakeLists

parent 30ddb787
Branches
No related tags found
No related merge requests found
......@@ -33,8 +33,11 @@ install(FILES
Initfile.hpp
InitfileParser.hpp
LinearAlgebra.hpp
LinearSolvers.hpp
LocalAssembler.hpp
LocalAssemblerBase.hpp
LocalAssemblerList.hpp
LocalOperator.hpp
Marker.hpp
Marker.inc.hpp
Mesh.hpp
......@@ -50,6 +53,7 @@ install(FILES
ProblemStatBase.hpp
ProblemStatTraits.hpp
ProblemTimeInterface.hpp
QuadratureFactory.hpp
StandardProblemIteration.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis)
......
......@@ -4,6 +4,7 @@ install(FILES
DOFVectorBase.hpp
DOFVectorInterface.hpp
HierarchicWrapper.hpp
LinearSolver.hpp
LinearSolverInterface.hpp
PreconditionerInterface.hpp
RunnerInterface.hpp
......
......@@ -5,6 +5,7 @@ dune_library_add_sources(amdis SOURCES
)
install(FILES
ConcurrentCache.hpp
Filesystem.hpp
FiniteElementType.hpp
MultiIndex.hpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment