Skip to content

Commit fb50ef8

Browse files
Pranav Bhandarifacebook-github-bot
Pranav Bhandari
authored andcommitted
Fix the CMakeLists for OSS build.
Summary: Update the CMakeLists file to fix OSS build. Reviewed By: byahn0996 Differential Revision: D69408627 fbshipit-source-id: e44842e7d48beefee8da2fbc142100d10199f3a0
1 parent 7d4d38d commit fb50ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cachelib/cachebench/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ add_library (cachelib_cachebench
3333
./workload/OnlineGenerator.cpp
3434
./workload/WorkloadGenerator.cpp
3535
./workload/PieceWiseReplayGenerator.cpp
36+
./workload/SimpleFlashBenchmarkGenerator.cpp
3637
)
3738
add_dependencies(cachelib_cachebench thrift_generated_files)
3839
target_link_libraries(cachelib_cachebench PUBLIC

0 commit comments

Comments
 (0)