File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,13 @@ build_static_extension(${TARGET_NAME} ${EXTENSION_SOURCES})
51
51
build_loadable_extension (${TARGET_NAME} " " ${EXTENSION_SOURCES} )
52
52
53
53
# Link libraries using plain signature
54
- target_link_libraries (${EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto clickhouse-cpp-lib )
55
- target_link_libraries (${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto clickhouse-cpp-lib )
54
+ target_link_libraries (${EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto clickhouse-cpp-lib absl_int128 cityhash lz4 zstdstatic )
55
+ target_link_libraries (${LOADABLE_EXTENSION_NAME} OpenSSL::SSL OpenSSL::Crypto clickhouse-cpp-lib absl_int128 cityhash lz4 zstdstatic )
56
56
57
57
# Install targets
58
58
install (
59
- TARGETS ${EXTENSION_NAME} clickhouse-cpp-lib
59
+ TARGETS ${EXTENSION_NAME}
60
60
EXPORT "${DUCKDB_EXPORT_SET} "
61
61
LIBRARY DESTINATION "${INSTALL_LIB_DIR} "
62
62
ARCHIVE DESTINATION "${INSTALL_LIB_DIR} "
63
63
)
64
-
65
- # Make sure the export set includes clickhouse-cpp-lib
66
- export (
67
- TARGETS ${EXTENSION_NAME} clickhouse-cpp-lib
68
- NAMESPACE duckdb::
69
- FILE DuckDBExports.cmake
70
- )
You can’t perform that action at this time.
0 commit comments