CMake: Move platform stubs to the mbed-os/platform directory

Move the platform stub library into the platform component directory.
This change is so we can avoid duplicating the mbed-os source tree in a
central UNITTESTS folder.
pull/14773/head
Robert Walton 2021-06-10 23:17:30 +01:00
parent 3abc7886a9
commit 40435fd9b3
14 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,6 @@ target_include_directories(mbed-stubs-headers
add_subdirectory(connectivity)
add_subdirectory(events)
add_subdirectory(platform)
add_library(mbed-stubs INTERFACE)

View File

@ -1,5 +1,6 @@
# Copyright (c) 2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(doubles)
add_subdirectory(ATCmdParser)
add_subdirectory(CircularBuffer)