We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b3afc commit 98de7f8Copy full SHA for 98de7f8
libobs/cmake/os-windows.cmake
@@ -87,11 +87,14 @@ set(DEPENDENCY_DLLS
87
"$<TARGET_FILE_DIR:ZLIB::ZLIB>/../bin/zlib.dll"
88
"$<TARGET_FILE_DIR:Librist::Librist>/../bin/librist.dll"
89
"$<TARGET_FILE_DIR:Libsrt::Libsrt>/../bin/srt.dll"
90
+
91
+ "$<TARGET_FILE_DIR:CURL::libcurl>/../bin/libcurl.dll"
92
)
93
set(DEPENDENCY_LIBS
94
$<TARGET_FILE:Libsrt::Libsrt>
95
$<TARGET_FILE:Librist::Librist>
96
$<TARGET_FILE:ZLIB::ZLIB>
97
+$<TARGET_FILE:CURL::libcurl>
98
99
100
# foreach(DEP_BINARY ${DEPENDENCY_DLLS})
0 commit comments