mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
3 lines
159 B
CMake
3 lines
159 B
CMake
add_executable (convert-month-partitioned-parts main.cpp)
|
|
target_link_libraries(convert-month-partitioned-parts PRIVATE dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|