Skip to content

Commit 447754f

Browse files
committed
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
1 parent 65d202b commit 447754f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

events/tests/UNITTESTS/doubles/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ target_sources(mbed-stubs-events
2323
mbed_shared_queues_stub.cpp
2424
)
2525

26+
target_include_directories(mbed-stubs-events
27+
PUBLIC
28+
.
29+
)
30+
2631
target_link_libraries(mbed-stubs-events
2732
PRIVATE
2833
mbed-headers

0 commit comments

Comments
 (0)