# 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.cmake
#       CMake file for the modules/LeakChecks directory.
#
# @author Felix Tomski
# @date 26.05.2021

#Install headers
MUST_INSTALL(
    FILES 
        I_VectorClock.h
        VectorClockApi.h
    DESTINATION 
        include)

#Build and install modules 
GTI_MAC_ADD_MODULE (vectorClock "VectorClock.cpp;../Utility/GtiObject.h;../Utility/Bitset.cpp;../Utility/Clock.cpp;../Utility/BinomialTree.cpp;${BASE_SOURCES}" "CXX")

