Test data generator: preparation [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-04-13 06:04:37 +03:00
parent bbe7314b83
commit b2816f97d3

View File

@ -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})