mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 00:42:29 +00:00
9 lines
290 B
CMake
9 lines
290 B
CMake
clickhouse_add_executable(execute_query_fuzzer execute_query_fuzzer.cpp)
|
|
target_link_libraries(execute_query_fuzzer PRIVATE
|
|
dbms
|
|
clickhouse_functions
|
|
clickhouse_table_functions
|
|
clickhouse_aggregate_functions
|
|
clickhouse_dictionaries
|
|
clickhouse_dictionaries_embedded)
|