Newer
Older
mbed-os / cmsis / tests / UNITTESTS / doubles / CMakeLists.txt
@Lingkai Dong Lingkai Dong on 2 Aug 2021 209 bytes Unit tests: Move cmsis target_h stubs
# Copyright (c) 2021 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_library(mbed-headers-cmsis INTERFACE)

target_include_directories(mbed-headers-cmsis
    INTERFACE
        .
)