dune_library_add_sources(amdis SOURCES Filesystem.cpp String.cpp ) install(FILES Access.hpp Algorithm.hpp Apply.hpp Concepts.hpp ConceptsBase.hpp ConcurrentCache.hpp DerivativeTraits.hpp FakeContainer.hpp FieldMatVec.hpp FieldMatVec.inc.hpp Filesystem.hpp FlatMatrix.hpp FlatVector.hpp ForEach.hpp HybridSize.hpp Index.hpp Literals.hpp Logical.hpp Math.hpp MultiTypeMatrix.hpp MultiTypeVector.hpp Range.hpp Resize.hpp StaticSize.hpp String.hpp SwitchCases.hpp Tags.hpp Transposed.hpp TupleUtility.hpp TypeTraits.hpp ValueCategory.hpp DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis/common) add_subdirectory(parallel)