ClickHouse/utils/test-data-generator/CMakeLists.txt

6 lines
283 B
CMake
Raw Normal View History

add_executable (test-data-generator main.cpp)
2017-11-24 18:08:01 +00:00
target_link_libraries (test-data-generator clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})
add_executable (markov-model markov-model.cpp)
2017-11-24 18:08:01 +00:00
target_link_libraries (markov-model clickhouse_common_io ${Boost_PROGRAM_OPTIONS_LIBRARY})