Skip to content

Commit

Permalink
Fix cmake for building JSON as loadable extension without DuckDB stat…
Browse files Browse the repository at this point in the history
…ically linked in
  • Loading branch information
carlopi committed Jul 12, 2024
1 parent 37fb136 commit cb52a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ set(JSON_EXTENSION_FILES
build_static_extension(json ${JSON_EXTENSION_FILES})
set(PARAMETERS "-warnings")
build_loadable_extension(json ${PARAMETERS} ${JSON_EXTENSION_FILES})
target_link_libraries(json_loadable_extension duckdb_yyjson)

install(
TARGETS json_extension
Expand Down

0 comments on commit cb52a9a

Please sign in to comment.