Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4396 commits behind the upstream repository.
CMakeLists.txt 497 B
add_subdirectory("test" EXCLUDE_FROM_ALL)

#install headers
install(FILES
        collectivecommunication.hh
        communicator.hh
        indexset.hh
        indicessyncer.hh
        interface.hh
        localindex.hh
        mpicollectivecommunication.hh
        mpiguard.hh
        mpihelper.hh
        mpitraits.hh
        plocalindex.hh
        remoteindices.hh
        selection.hh
        variablesizecommunicator.hh
        DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/common/parallel)