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:
Saleem Abdulrasool
2024-11-14 13:22:16 -08:00
committed by Saleem Abdulrasool
parent 1cd010db98
commit 17c06340bb

View File

@@ -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)