Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Feb 20, 2024
1 parent a6695b6 commit 91860ee
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 253 deletions.
90 changes: 0 additions & 90 deletions .github/workflows/Linux.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/MacOS.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/Windows.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ add_library(${EXTENSION_NAME} STATIC ${EXTENSION_SOURCES})

# Note this must be the INSTALL target name.
# See https://stackoverflow.com/a/71080574
target_link_libraries(${EXTENSION_NAME} h3Targets::libh3)
target_link_libraries(${EXTENSION_NAME} h3)

include_directories(src/include)
include_directories("${CMAKE_CURRENT_BINARY_DIR}/h3/src/h3lib/include")
Expand All @@ -63,7 +63,7 @@ build_loadable_extension(${TARGET_NAME} " " ${EXTENSION_SOURCES})
target_link_libraries(${LOADABLE_EXTENSION_NAME} h3)

install(
TARGETS ${EXTENSION_NAME}
TARGETS ${EXTENSION_NAME} h3
EXPORT "${DUCKDB_EXPORT_SET}"
LIBRARY DESTINATION "${INSTALL_LIB_DIR}"
ARCHIVE DESTINATION "${INSTALL_LIB_DIR}")
Expand Down
Loading

0 comments on commit 91860ee

Please sign in to comment.