mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
6 lines
251 B
CMake
6 lines
251 B
CMake
add_executable (test-data-generator main.cpp)
|
|
target_link_libraries (test-data-generator dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
|
|
|
add_executable (markov-model markov-model.cpp)
|
|
target_link_libraries (markov-model dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|