mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Move drivers stubs to the mbed-os/drivers directory
Move the drivers stub library into the drivers component directory. so we can avoid duplicating the mbed-os source tree in a central UNITTESTS folder.pull/14786/head
parent
cecc47b4a5
commit
ae5bc5a39e
|
@ -128,7 +128,6 @@ target_include_directories(mbed-stubs-headers
|
|||
)
|
||||
|
||||
add_subdirectory(connectivity)
|
||||
add_subdirectory(drivers)
|
||||
add_subdirectory(events)
|
||||
add_subdirectory(hal)
|
||||
add_subdirectory(platform)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (c) 2021 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_subdirectory(doubles)
|
||||
add_subdirectory(PwmOut)
|
||||
add_subdirectory(Watchdog)
|
||||
|
|
Loading…
Reference in New Issue