mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
3 lines
112 B
CMake
3 lines
112 B
CMake
add_executable (check-marks main.cpp)
|
|
target_link_libraries (check-marks dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|