Newer
Older
mbed-os / platform / cxxsupport / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-core-flags
    INTERFACE
        .
)

target_sources(mbed-core-sources
    INTERFACE
        mstd_mutex.cpp
)