ClickHouse/utils/compressor/CMakeLists.txt
2016-12-06 16:20:32 +03:00

8 lines
266 B
CMake

add_executable (compressor main.cpp)
target_link_libraries (compressor dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
install (TARGETS compressor RUNTIME DESTINATION bin COMPONENT compressor)
add_executable (zstd_test zstd_test.cpp)
target_link_libraries (zstd_test zstd)