mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
3abc7886a9
commit
40435fd9b3
|
@ -80,7 +80,6 @@ target_include_directories(mbed-stubs-headers
|
|||
|
||||
add_subdirectory(connectivity)
|
||||
add_subdirectory(events)
|
||||
add_subdirectory(platform)
|
||||
|
||||
add_library(mbed-stubs INTERFACE)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue