Skip to content

Commit 136661a

Browse files
committed
update libs
1 parent 925495e commit 136661a

File tree

6 files changed

+4
-937
lines changed

6 files changed

+4
-937
lines changed

clickhouse/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ SET_TARGET_PROPERTIES(clickhouse-cpp-lib PROPERTIES LINKER_LANGUAGE CXX)
3232
TARGET_LINK_LIBRARIES (clickhouse-cpp-lib
3333
cityhash-lib
3434
lz4-lib
35+
bigint-lib
3536
)
3637

3738
ADD_LIBRARY (clickhouse-cpp-lib-static STATIC ${clickhouse-cpp-lib-src})
3839
TARGET_LINK_LIBRARIES (clickhouse-cpp-lib-static
3940
cityhash-lib
4041
lz4-lib
42+
bigint-lib
4143
)
4244

4345
IF (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")

contrib/bigint/CMake/FindGcov.cmake

-157
This file was deleted.

0 commit comments

Comments
 (0)