mirror of https://github.com/ARMmbed/mbed-os.git
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 headerspull/14823/head
parent
65d202b93b
commit
447754f6cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue