CMake: Move events fakes into events double dir

Previously events fakes as part of UNITTESTS/fakes, this PR moves
events fakes to events double directory to make events stubs
to be self-contained.
pull/14823/head
Rajkumar Kanagaraj 2021-07-08 08:54:36 -07:00
parent 99e16c2ff0
commit 863ef79ed4
5 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(events)
add_subdirectory(ble)

View File

@ -1,6 +1,8 @@
# Copyright (c) 2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(fakes)
add_library(mbed-headers-events INTERFACE)
target_include_directories(mbed-headers-events