Skip to content

Commit 7b3897a

Browse files
committed
cmake: fix sd component recent dir structure
1 parent d524056 commit 7b3897a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/blockdevice/COMPONENT_SD/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
target_sources(mbed-os
55
PRIVATE
6-
SDBlockDevice.cpp
6+
source/SDBlockDevice.cpp
77
)
88

99
target_include_directories(mbed-os
1010
PUBLIC
11-
${CMAKE_CURRENT_SOURCE_DIR}
11+
include/SD
1212
)

0 commit comments

Comments
 (0)