Skip to content

Commit

Permalink
Add nonstd.cpp to tpcc_client (#6354)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Jul 11, 2024
1 parent ea74f64 commit 9ccd693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/tpcc/tpcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

add_client_exe(
tpcc_client SRCS ${CMAKE_CURRENT_LIST_DIR}/clients/tpcc_client.cpp
${CCF_DIR}/src/ds/nonstd.cpp
)
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9)
target_link_libraries(tpcc_client PRIVATE http_parser.host ccfcrypto.host)
Expand Down

0 comments on commit 9ccd693

Please sign in to comment.