KVStore: drop './' from CMake paths

pull/13908/head
Lingkai Dong 2020-11-16 14:50:17 +00:00
parent 34bbcbff92
commit 170c07ccdf
7 changed files with 14 additions and 14 deletions

View File

@ -11,6 +11,6 @@ add_subdirectory(kvstore_global_api)
target_include_directories(mbed-storage-kvstore target_include_directories(mbed-storage-kvstore
INTERFACE INTERFACE
. .
./include include
./include/kvstore include/kvstore
) )

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-direct-access-devicekey target_include_directories(mbed-storage-direct-access-devicekey
INTERFACE INTERFACE
. .
./include include
./include/direct_access_devicekey include/direct_access_devicekey
) )
target_sources(mbed-storage-direct-access-devicekey target_sources(mbed-storage-direct-access-devicekey

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-filesystemstore target_include_directories(mbed-storage-filesystemstore
INTERFACE INTERFACE
. .
./include include
./include/filesystemstore include/filesystemstore
) )
target_sources(mbed-storage-filesystemstore target_sources(mbed-storage-filesystemstore

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-kv-config target_include_directories(mbed-storage-kv-config
INTERFACE INTERFACE
. .
./include include
./include/kv_config include/kv_config
) )
target_sources(mbed-storage-kv-config target_sources(mbed-storage-kv-config

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-kv-global-api target_include_directories(mbed-storage-kv-global-api
INTERFACE INTERFACE
. .
./include include
./include/kvstore_global_api include/kvstore_global_api
) )
target_sources(mbed-storage-kv-global-api target_sources(mbed-storage-kv-global-api

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-securestore target_include_directories(mbed-storage-securestore
INTERFACE INTERFACE
. .
./include include
./include/securestore include/securestore
) )
target_sources(mbed-storage-securestore target_sources(mbed-storage-securestore

View File

@ -4,8 +4,8 @@
target_include_directories(mbed-storage-tdbstore target_include_directories(mbed-storage-tdbstore
INTERFACE INTERFACE
. .
./include include
./include/tdbstore include/tdbstore
) )
target_sources(mbed-storage-tdbstore target_sources(mbed-storage-tdbstore