From cf38e56f2f7f18e80a8ab6d7e6581239e1a62a44 Mon Sep 17 00:00:00 2001 From: Jonathan Wiepert Date: Wed, 17 Feb 2016 11:49:52 -0800 Subject: [PATCH] Fix broken appveyor build caused by D53991 Test Plan: pushed remote as D53991_appveyor_test branch. Appveyor run: https://ci.appveyor.com/project/Facebook/rocksdb/build/1.0.651 shows the file is now found and the run is back to the state before the initial change: https://ci.appveyor.com/project/Facebook/rocksdb/build/1.0.620 Reviewers: sdong, igor Reviewed By: igor Subscribers: igor, dhruba Differential Revision: https://reviews.facebook.net/D54309 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d91b244a..399ae5c58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,6 +185,7 @@ set(SOURCES table/table_properties.cc table/two_level_iterator.cc tools/sst_dump_tool.cc + tools/db_bench_tool.cc tools/dump/db_dump_tool.cc util/arena.cc util/bloom.cc @@ -301,7 +302,7 @@ else() endif() set(APPS - db/db_bench.cc + tools/db_bench.cc db/memtablerep_bench.cc table/table_reader_bench.cc tools/db_stress.cc