msvc: copy openssl dlls (#6428)
This commit is contained in:
parent
3dd6557332
commit
c9b2bd9077
6 changed files with 23 additions and 1 deletions
|
@ -12,6 +12,10 @@ target_link_libraries(citra-room PRIVATE common network)
|
|||
if (ENABLE_WEB_SERVICE)
|
||||
target_compile_definitions(citra-room PRIVATE -DENABLE_WEB_SERVICE)
|
||||
target_link_libraries(citra-room PRIVATE web_service)
|
||||
if (MSVC AND OPENSSL_DLL_DIR)
|
||||
include(CopyCitraOpensslDeps)
|
||||
copy_citra_openssl_deps(citra-room)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(citra-room PRIVATE cryptopp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue