Skip to content

Commit c11e5ee

Browse files
authored
Merge pull request #57 from rajkan01/feature-cmake-ci-issue
Add missing qspi lib in CMake to fix CI issue
2 parents b2ac8b7 + 586d489 commit c11e5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ target_sources(${APP_TARGET}
2525

2626
target_link_libraries(${APP_TARGET}
2727
mbed-os
28+
mbed-os-storage-qspif
2829
mbed-os-device_key
2930
mbed-os-mbedtls
3031
)

0 commit comments

Comments
 (0)