mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 19:14:30 +00:00
ac178bde1f
* Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM * Fix lib find order * Allow define non-contrib cityhash farmhash metrohash * Fix message * Cmake: fixes * clean * Update CMakeLists.txt
10 lines
172 B
CMake
10 lines
172 B
CMake
add_library (lz4
|
|
src/lz4.c
|
|
src/lz4hc.c
|
|
|
|
include/lz4/lz4.h
|
|
include/lz4/lz4hc.h
|
|
include/lz4/lz4opt.h)
|
|
|
|
target_include_directories(lz4 PUBLIC include/lz4)
|