mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
3 lines
178 B
CMake
3 lines
178 B
CMake
add_executable (convert-month-partitioned-parts main.cpp)
|
|
target_link_libraries(convert-month-partitioned-parts PRIVATE dbms clickhouse_parsers ${Boost_PROGRAM_OPTIONS_LIBRARY})
|