target_sources(amdis PRIVATE
    SolverConfig.cpp
)

install(FILES
    Constraints.hpp
    IndexDistribution.hpp
    IndexDistribution.inc.hpp
    Interface.hpp
    LinearSolver.hpp
    MatrixBackend.hpp
    MatrixNnzStructure.hpp
    MatrixNnzStructure.inc.hpp
    Operations.hpp
    SolverConfig.hpp
    Traits.hpp
    VectorBackend.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis/linearalgebra/petsc)
