mirror of https://github.com/ARMmbed/mbed-os.git
CMake fix: location of MBED_CONF_FILESYSTEM_PRESENT=1
parent
0c33db04d5
commit
0f5957df14
|
@ -35,8 +35,3 @@ target_include_directories(mbed-storage
|
||||||
INTERFACE
|
INTERFACE
|
||||||
.
|
.
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(mbed-storage
|
|
||||||
INTERFACE
|
|
||||||
MBED_CONF_FILESYSTEM_PRESENT=1
|
|
||||||
)
|
|
||||||
|
|
|
@ -18,3 +18,8 @@ target_sources(mbed-storage-filesystem
|
||||||
source/File.cpp
|
source/File.cpp
|
||||||
source/FileSystem.cpp
|
source/FileSystem.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(mbed-storage
|
||||||
|
INTERFACE
|
||||||
|
MBED_CONF_FILESYSTEM_PRESENT=1
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue