mbed-os/features/frameworks/unity/CMakeLists.txt

14 lines
244 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-greentea
INTERFACE
.
unity
)
target_sources(mbed-greentea
INTERFACE
source/unity.c
)