mirror of https://github.com/ARMmbed/mbed-os.git
KVStore: drop './' from CMake paths
parent
34bbcbff92
commit
170c07ccdf
|
|
@ -11,6 +11,6 @@ add_subdirectory(kvstore_global_api)
|
|||
target_include_directories(mbed-storage-kvstore
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/kvstore
|
||||
include
|
||||
include/kvstore
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-direct-access-devicekey
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/direct_access_devicekey
|
||||
include
|
||||
include/direct_access_devicekey
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-direct-access-devicekey
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-filesystemstore
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/filesystemstore
|
||||
include
|
||||
include/filesystemstore
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-filesystemstore
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-kv-config
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/kv_config
|
||||
include
|
||||
include/kv_config
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-kv-config
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-kv-global-api
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/kvstore_global_api
|
||||
include
|
||||
include/kvstore_global_api
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-kv-global-api
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-securestore
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/securestore
|
||||
include
|
||||
include/securestore
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-securestore
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
target_include_directories(mbed-storage-tdbstore
|
||||
INTERFACE
|
||||
.
|
||||
./include
|
||||
./include/tdbstore
|
||||
include
|
||||
include/tdbstore
|
||||
)
|
||||
|
||||
target_sources(mbed-storage-tdbstore
|
||||
|
|
|
|||
Loading…
Reference in New Issue