ClickHouse/utils/test-data-generator/CMakeLists.txt
2017-11-24 21:08:01 +03:00

6 lines
283 B
CMake

add_executable (test-data-generator main.cpp)
target_link_libraries (test-data-generator clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})
add_executable (markov-model markov-model.cpp)
target_link_libraries (markov-model clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})