mirror of https://github.com/ARMmbed/mbed-os.git
cmake: fix sd component recent dir structure
parent
f12f9adbed
commit
14c6af1558
|
@ -3,10 +3,11 @@
|
|||
|
||||
target_sources(mbed-os
|
||||
PRIVATE
|
||||
SDBlockDevice.cpp
|
||||
source/SDBlockDevice.cpp
|
||||
)
|
||||
|
||||
target_include_directories(mbed-os
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
include
|
||||
include/SD
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue