This commit is contained in:
Hanlin Shi 2025-02-08 06:50:29 +08:00 committed by GitHub
commit 3cda44377d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)