# Part of the MUST Project, under BSD-3-Clause License
# See https://hpc.rwth-aachen.de/must/LICENSE for license information.
# SPDX-License-Identifier: BSD-3-Clause

# @file CMakeLists.txt
#       CMake file for the modules/VectorClock/VectorClockBase
#
# @author Felix Tomski
# @date 26.05.2021

##Install other important utility source files    
INSTALL(FILES 
        "GtiObject.h"
        "Bitset.h"
        "Bitset.cpp"
        "Clock.h"
        "Clock.cpp"
        "BinomialTree.h"
        "BinomialTree.cpp"
    DESTINATION 
        "${CMAKE_INSTALL_PREFIX}/src"
    PERMISSIONS 
        OWNER_READ OWNER_WRITE 
        GROUP_READ 
        WORLD_READ
    )
