Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ find_package(MySQL REQUIRED)
find_package(ZLIB REQUIRED)
find_package(AWSSDK 1.11.570 EXACT REQUIRED COMPONENTS s3-crt)

find_package(zstd REQUIRED)

set(source_files
# main application files
src/app.cpp
Expand Down Expand Up @@ -402,6 +404,7 @@ target_link_libraries(binlog_server
ZLIB::ZLIB
MySQL::client
aws-cpp-sdk-s3-crt
zstd::libzstd_shared
)
# for some reason it is not possible to propagate CXX_EXTENSIONS and
# CXX_STANDARD_REQUIRED via interface library (binlog_server_compiler_flags)
Expand Down