Skip to content

Commit

Permalink
build: wire in LMDB for IndexStoreDB dependency
Browse files Browse the repository at this point in the history
This adjusts the build configuration to allow the shared LMDB library
build to be wired into the build.
  • Loading branch information
compnerd committed Dec 18, 2024
1 parent 1cd010d commit 17c0634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-upcoming-feature
find_package(dispatch QUIET)
find_package(Foundation QUIET)
find_package(TSC QUIET)
find_package(LMDB QUIET)
find_package(IndexStoreDB QUIET)
find_package(SwiftPM QUIET)
find_package(LLBuild QUIET)
Expand Down

0 comments on commit 17c0634

Please sign in to comment.