Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Aug 21, 2024
1 parent f902979 commit 7a1739f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions extension/duckdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ if (WIN32)
# Future work could make it possible to embed extension into kuzu,
# which would help fix this problem.
target_link_libraries(duckdb_extension PRIVATE kuzu)
target_link_libraries(duckdb_extension_installer PRIVATE kuzu)
target_link_libraries(duckdb_extension_loader PRIVATE kuzu)
endif()

if (APPLE)
Expand Down
2 changes: 0 additions & 2 deletions extension/postgres/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ if (WIN32)
# Future work could make it possible to embed extension into kuzu,
# which would help fix this problem.
target_link_libraries(postgres_extension PRIVATE kuzu)
target_link_libraries(postgres_extension_loader PRIVATE kuzu)
target_link_libraries(postgres_extension_installer PRIVATE kuzu)
endif()

if (APPLE)
Expand Down
2 changes: 0 additions & 2 deletions extension/sqlite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ if (WIN32)
# Future work could make it possible to embed extension into kuzu,
# which would help fix this problem.
target_link_libraries(sqlite_extension PRIVATE kuzu)
target_link_libraries(sqlite_extension_loader PRIVATE kuzu)
target_link_libraries(sqlite_extension_installer PRIVATE kuzu)
endif()

if (APPLE)
Expand Down
1 change: 0 additions & 1 deletion src/include/extension/extension.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <unordered_map>

#include "common/api.h"
#include "common/exception/io.h"
#include "function/function.h"
#include "main/db_config.h"

Expand Down
1 change: 0 additions & 1 deletion src/include/extension/extension_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <string>

#include "common/api.h"
#include "extension.h"

namespace kuzu {
namespace main {
Expand Down

0 comments on commit 7a1739f

Please sign in to comment.