mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
2b7370d1c0
* [libbjson] update port to v1.24.3 * update version * [libbson] add patch * update version * [mongo-c-driver] update port to v1.24.3 * update hash * [mongo-cxx-driver] update port to r3.8.0 * update hash
13 lines
573 B
Diff
13 lines
573 B
Diff
diff --git a/src/libbson/CMakeLists.txt b/src/libbson/CMakeLists.txt
|
|
index 61e926747..715b304c0 100644
|
|
--- a/src/libbson/CMakeLists.txt
|
|
+++ b/src/libbson/CMakeLists.txt
|
|
@@ -181,6 +181,7 @@ set (HEADERS
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson-compat.h
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson-context.h
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson-decimal128.h
|
|
+ ${PROJECT_SOURCE_DIR}/src/bson/bson-dsl.h # mongo-c-driver build time only
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson-endian.h
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson-error.h
|
|
${PROJECT_SOURCE_DIR}/src/bson/bson.h
|