Skip to content

Commit

Permalink
resolve rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-szczepanek-arm committed Jul 2, 2021
1 parent 8e0c49d commit ffac237
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UNITTESTS/stubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ add_library(mbed-headers-base INTERFACE)
add_library(mbed-headers-platform INTERFACE)
add_library(mbed-headers-connectivity INTERFACE)
add_library(mbed-headers-storage INTERFACE)
add_library(mbed-headers-drivers INTERFACE)
add_library(mbed-headers-hal INTERFACE)
add_library(mbed-headers-events INTERFACE)
add_library(mbed-headers-rtos INTERFACE)
Expand Down Expand Up @@ -86,6 +87,13 @@ target_include_directories(mbed-headers-connectivity
${mbed-os_SOURCE_DIR}/connectivity/FEATURE_BLE/include/ble
)

target_include_directories(mbed-headers-drivers
INTERFACE
${mbed-os_SOURCE_DIR}/drivers
${mbed-os_SOURCE_DIR}/drivers/include
${mbed-os_SOURCE_DIR}/drivers/include/drivers
)

target_include_directories(mbed-headers-events
INTERFACE
${mbed-os_SOURCE_DIR}/events/tests/UNITTESTS/target_h
Expand Down Expand Up @@ -120,6 +128,7 @@ target_include_directories(mbed-stubs-headers
)

add_subdirectory(connectivity)
add_subdirectory(drivers)
add_subdirectory(events)
add_subdirectory(hal)
add_subdirectory(platform)
Expand Down

0 comments on commit ffac237

Please sign in to comment.