CMake: Move events stub headers to the events/tests/UNITTESTS/double dir

Move events stubs headers to the mbed-os/events/tests/UNITTESTS/double
directory and update double CMake to include stub headers
pull/14823/head
Rajkumar Kanagaraj 2021-06-23 07:52:04 -07:00
parent 65d202b93b
commit 447754f6cf
3 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ target_sources(mbed-stubs-events
mbed_shared_queues_stub.cpp
)
target_include_directories(mbed-stubs-events
PUBLIC
.
)
target_link_libraries(mbed-stubs-events
PRIVATE
mbed-headers