We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c33db0 commit 0f5957dCopy full SHA for 0f5957d
storage/CMakeLists.txt
@@ -35,8 +35,3 @@ target_include_directories(mbed-storage
35
INTERFACE
36
.
37
)
38
-
39
-target_compile_definitions(mbed-storage
40
- INTERFACE
41
- MBED_CONF_FILESYSTEM_PRESENT=1
42
-)
storage/filesystem/CMakeLists.txt
@@ -18,3 +18,8 @@ target_sources(mbed-storage-filesystem
18
source/File.cpp
19
source/FileSystem.cpp
20
21
+
22
+target_compile_definitions(mbed-storage
23
+ INTERFACE
24
+ MBED_CONF_FILESYSTEM_PRESENT=1
25
+)
0 commit comments