Skip to content

Commit

Permalink
more dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jan 22, 2025
1 parent 26b3afc commit 98de7f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libobs/cmake/os-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ set(DEPENDENCY_DLLS
"$<TARGET_FILE_DIR:ZLIB::ZLIB>/../bin/zlib.dll"
"$<TARGET_FILE_DIR:Librist::Librist>/../bin/librist.dll"
"$<TARGET_FILE_DIR:Libsrt::Libsrt>/../bin/srt.dll"

"$<TARGET_FILE_DIR:CURL::libcurl>/../bin/libcurl.dll"
)
set(DEPENDENCY_LIBS
$<TARGET_FILE:Libsrt::Libsrt>
$<TARGET_FILE:Librist::Librist>
$<TARGET_FILE:ZLIB::ZLIB>
$<TARGET_FILE:CURL::libcurl>
)

# foreach(DEP_BINARY ${DEPENDENCY_DLLS})
Expand Down

0 comments on commit 98de7f8

Please sign in to comment.