ClickHouse/utils/fill-factor/CMakeLists.txt

3 lines
95 B
CMake
Raw Normal View History

add_executable (fill-factor main.cpp)
2017-11-24 18:08:01 +00:00
target_link_libraries (fill-factor clickhouse_common_io)