Skip to content

Commit 98de7f8

Browse files
committed
more dlls
1 parent 26b3afc commit 98de7f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libobs/cmake/os-windows.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,14 @@ set(DEPENDENCY_DLLS
8787
"$<TARGET_FILE_DIR:ZLIB::ZLIB>/../bin/zlib.dll"
8888
"$<TARGET_FILE_DIR:Librist::Librist>/../bin/librist.dll"
8989
"$<TARGET_FILE_DIR:Libsrt::Libsrt>/../bin/srt.dll"
90+
91+
"$<TARGET_FILE_DIR:CURL::libcurl>/../bin/libcurl.dll"
9092
)
9193
set(DEPENDENCY_LIBS
9294
$<TARGET_FILE:Libsrt::Libsrt>
9395
$<TARGET_FILE:Librist::Librist>
9496
$<TARGET_FILE:ZLIB::ZLIB>
97+
$<TARGET_FILE:CURL::libcurl>
9598
)
9699

97100
# foreach(DEP_BINARY ${DEPENDENCY_DLLS})

0 commit comments

Comments
 (0)