bafce61979
Summary: First commit for rdb shell Test Plan: unit_test.js does simple assertions on most of the main functionality; will update with rest of tests Reviewers: igor, rven, lijn, yhciang, sdong Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D28749
26 lines
549 B
Python
26 lines
549 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "rdb",
|
|
"sources": [
|
|
"rdb.cc",
|
|
"db_wrapper.cc",
|
|
"db_wrapper.h"
|
|
],
|
|
"cflags_cc!": [
|
|
"-fno-exceptions"
|
|
],
|
|
"cflags_cc+": [
|
|
"-std=c++11",
|
|
],
|
|
"include_dirs+": [
|
|
"../../include"
|
|
],
|
|
"libraries": [
|
|
"../../../librocksdb.a",
|
|
"-lsnappy"
|
|
],
|
|
}
|
|
]
|
|
}
|