Skip to content

Commit ad2baa8

Browse files
markbenvenutohanumantmk
authored andcommitted
Fix Windows Build
Closes #164
1 parent d6ddd15 commit ad2baa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ set (SOURCES
6868
${SOURCE_DIR}/src/mongoc/mongoc-cursor.c
6969
${SOURCE_DIR}/src/mongoc/mongoc-cursor-array.c
7070
${SOURCE_DIR}/src/mongoc/mongoc-cursor-cursorid.c
71+
${SOURCE_DIR}/src/mongoc/mongoc-cursor-transform.c
7172
${SOURCE_DIR}/src/mongoc/mongoc-database.c
7273
${SOURCE_DIR}/src/mongoc/mongoc-init.c
7374
${SOURCE_DIR}/src/mongoc/mongoc-gridfs.c
@@ -215,6 +216,7 @@ set(test-libmongoc-sources
215216
${SOURCE_DIR}/tests/test-mongoc-queue.c
216217
${SOURCE_DIR}/tests/test-mongoc-read-prefs.c
217218
${SOURCE_DIR}/tests/test-mongoc-rpc.c
219+
${SOURCE_DIR}/tests/test-mongoc-socket.c
218220
${SOURCE_DIR}/tests/test-mongoc-stream.c
219221
${SOURCE_DIR}/tests/test-mongoc-uri.c
220222
${SOURCE_DIR}/tests/test-mongoc-write-concern.c

0 commit comments

Comments
 (0)