ClickHouse/utils/convert-month-partitioned-parts/CMakeLists.txt

3 lines
159 B
CMake
Raw Normal View History

add_executable (convert-month-partitioned-parts main.cpp)
target_link_libraries(convert-month-partitioned-parts PRIVATE dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})