CodeCommitsIssuesPull requestsActionsInsightsSecurity
c88de7f0d70db89a46d393eb49a5ff84ac268d46

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

utils/compressor/CMakeLists.txt

5lines · modecode

1add_executable (mutator mutator.cpp)
2target_link_libraries(mutator PRIVATE clickhouse_common_io)
3
4add_executable (decompress_perf decompress_perf.cpp)
5target_link_libraries(decompress_perf PRIVATE dbms ${LZ4_LIBRARY})