ClickHouse/utils/wikistat-loader/CMakeLists.txt

3 lines
124 B
CMake
Raw Normal View History

add_executable (wikistat-loader main.cpp ${SRCS})
target_link_libraries (wikistat-loader dbms ${BOOST_PROGRAM_OPTIONS_LIB})