Turn TDBStore and FileSystemStore into standalone libraries

pull/13908/head
Lingkai Dong 2020-11-11 16:14:07 +00:00
parent c62b8e5330
commit c2d6e9146c
6 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,3 @@
{
"name": "filesystemstore"
}

View File

@ -16,7 +16,7 @@
* limitations under the License.
*/
#include "kvstore/FileSystemStore.h"
#include "filesystemstore/FileSystemStore.h"
#include "kv_config/kv_config.h"
#include "filesystem/Dir.h"
#include "filesystem/File.h"

View File

@ -0,0 +1,3 @@
{
"name": "tdbstore"
}

View File

@ -16,7 +16,7 @@
// ----------------------------------------------------------- Includes -----------------------------------------------------------
#include "kvstore/TDBStore.h"
#include "tdbstore/TDBStore.h"
#include <algorithm>
#include <string.h>