Skip to content

Commit

Permalink
Add zstd library
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jan 10, 2025
1 parent 3bf095a commit e7614ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cmake/duckdb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ExternalProject_Add(
-DSMALLER_BINARY=1
BUILD_BYPRODUCTS
<INSTALL_DIR>/lib/libduckdb_re2.a
<INSTALL_DIR>/lib/libduckdb_zstd.a
<INSTALL_DIR>/lib/libduckdb_static.a
<INSTALL_DIR>/lib/libduckdb_fmt.a
<INSTALL_DIR>/lib/libduckdb_fsst.a
Expand Down Expand Up @@ -82,6 +83,7 @@ set_property(TARGET duckdb PROPERTY IMPORTED_LOCATION ${DUCKDB_LIBRARY_PATH})
target_link_libraries(
duckdb
INTERFACE ${install_dir}/lib/libduckdb_re2.a
INTERFACE ${install_dir}/lib/libduckdb_zstd.a
INTERFACE ${install_dir}/lib/libduckdb_fmt.a
INTERFACE ${install_dir}/lib/libduckdb_fsst.a
INTERFACE ${install_dir}/lib/libduckdb_hyperloglog.a
Expand Down

0 comments on commit e7614ab

Please sign in to comment.