Add util/delete_scheduler_impl.cc to CMakeLists.txt

Summary: util/delete_scheduler_impl.cc is missing CMakeLists.txt, which fails Windows build. Add it.

Test Plan: Build in both of Windows and Linux

Reviewers: anthony, rven, yhchiang, IslamAbdelRahman

Reviewed By: IslamAbdelRahman

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D43641
This commit is contained in:
sdong 2015-08-05 20:44:27 -07:00
parent c7742452eb
commit 48e6e9aa82

View File

@ -155,6 +155,7 @@ set(SOURCES
util/comparator.cc
util/crc32c.cc
util/db_info_dumper.cc
util/delete_scheduler_impl.cc
util/db_test_util.cc
util/dynamic_bloom.cc
util/env.cc