mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
11 lines
306 B
CMake
11 lines
306 B
CMake
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
|
|
${LIB_FUZZING_ENGINE})
|
|
|