mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
build: wire in LMDB for IndexStoreDB dependency
This adjusts the build configuration to allow the shared LMDB library build to be wired into the build.
This commit is contained in:
committed by
Saleem Abdulrasool
parent
1cd010db98
commit
17c06340bb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user