ClickHouse/src/Formats/CMakeLists.txt
2022-01-20 08:47:16 +03:00

13 lines
298 B
CMake

if (TARGET ch_contrib::avrocpp)
set(USE_AVRO 1)
endif()
if (TARGET ch_contrib::parquet)
set(USE_PARQUET 1)
set(USE_ARROW 1)
set(USE_ORC 1)
endif()
if (TARGET ch_contrib::snappy)
set(USE_SNAPPY 1)
endif()
configure_file(config_formats.h.in ${ConfigIncludePath}/config_formats.h)