mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
8 lines
382 B
CMake
8 lines
382 B
CMake
|
|
add_executable (mergetree_checksum_fuzzer mergetree_checksum_fuzzer.cpp)
|
|
# Look at comment around fuzz_compression target declaration
|
|
target_link_libraries (mergetree_checksum_fuzzer PRIVATE dbms ${LIB_FUZZING_ENGINE})
|
|
|
|
add_executable (columns_description_fuzzer columns_description_fuzzer.cpp)
|
|
target_link_libraries (columns_description_fuzzer PRIVATE dbms ${LIB_FUZZING_ENGINE})
|