Skip to content

Commit dec0823

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

storage/blockdevice/COMPONENT_SD/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
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
12+
include/SD
1213
)

0 commit comments

Comments
 (0)