mbed-os/platform/cxxsupport/CMakeLists.txt

13 lines
222 B
CMake
Raw Normal View History

2020-07-20 16:58:40 +00:00
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-core
INTERFACE
.
2020-07-20 16:58:40 +00:00
)
target_sources(mbed-core
INTERFACE
2020-07-20 16:58:40 +00:00
mstd_mutex.cpp
)