26 lines
549 B
Plaintext
26 lines
549 B
Plaintext
|
{
|
||
|
"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"
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|