Build db_bench_log executable
This change added the db_bench_log executable to the build. Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
This commit is contained in:
parent
068d5ee1a3
commit
92dfa605a4
@ -466,6 +466,8 @@ int main() {
|
||||
leveldb_benchmark("benchmarks/db_bench_tree_db.cc")
|
||||
target_link_libraries(db_bench_tree_db kyotocabinet)
|
||||
endif(HAVE_KYOTOCABINET)
|
||||
|
||||
leveldb_benchmark("benchmarks/db_bench_log.cc")
|
||||
endif(LEVELDB_BUILD_BENCHMARKS)
|
||||
|
||||
if(LEVELDB_INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user