mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Test data generator: preparation [#CLICKHOUSE-2].
This commit is contained in:
parent
bbe7314b83
commit
b2816f97d3
@ -1,5 +1,5 @@
|
||||
add_executable (test-data-generator main.cpp)
|
||||
target_link_libraries (test-data-generator dbms libboost_program_options.a)
|
||||
target_link_libraries (test-data-generator dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||
|
||||
add_executable (markov-model markov-model.cpp)
|
||||
target_link_libraries (markov-model dbms libboost_program_options.a)
|
||||
target_link_libraries (markov-model dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||
|
Loading…
Reference in New Issue
Block a user