Skip to content

Commit 3c9ff5f

Browse files
author
Ram Prasad Voleti
committed
Fix cmake build issue for latest ubuntu-cmake
Fix cmake build issue for latest ubuntu-cmake Signed-off-by: Ram Prasad Voleti <[email protected]>
1 parent 6d3c7fc commit 3c9ff5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Modules/SourceFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ set(VALKEY_BENCHMARK_SRCS
155155
${CMAKE_SOURCE_DIR}/src/sha256.c
156156
${CMAKE_SOURCE_DIR}/src/util.c
157157
${CMAKE_SOURCE_DIR}/src/valkey-benchmark.c
158+
${CMAKE_SOURCE_DIR}/src/valkey-benchmark-dataset.c
158159
${CMAKE_SOURCE_DIR}/src/adlist.c
159160
${CMAKE_SOURCE_DIR}/src/dict.c
160161
${CMAKE_SOURCE_DIR}/src/zmalloc.c

0 commit comments

Comments
 (0)