Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
guodong authored and guodong committed Feb 8, 2023
1 parent ae3ad7a commit 1d10ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ target_link_libraries(kuzu
target_include_directories(kuzu
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
add_library(kuzu_shared SHARED ${ALL_OBJECT_FILES})
set_target_properties(kuzu_shared PROPERTIES OUTPUT_NAME kuzu)
target_link_libraries(kuzu_shared
PUBLIC antlr4_cypher antlr4_runtime utf8proc re2 parquet_lib arrow_lib arrow_deps Threads::Threads)
target_include_directories(kuzu_shared
Expand Down
2 changes: 1 addition & 1 deletion src/main/client_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ namespace main {
ClientContext::ClientContext() : numThreadsForExecution{1} {}

} // namespace main
} // namespace kuzu
} // namespace kuzu

0 comments on commit 1d10ef0

Please sign in to comment.