Browse Source
Merge pull request #8867 from Docteh/gentoo
CMake: explicitly link mbedcrypto for yuzu-room
pull/15/merge
bunnei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/dedicated_room/CMakeLists.txt
|
|
|
@ -16,7 +16,7 @@ if (ENABLE_WEB_SERVICE) |
|
|
|
target_link_libraries(yuzu-room PRIVATE web_service) |
|
|
|
endif() |
|
|
|
|
|
|
|
target_link_libraries(yuzu-room PRIVATE mbedtls) |
|
|
|
target_link_libraries(yuzu-room PRIVATE mbedtls mbedcrypto) |
|
|
|
if (MSVC) |
|
|
|
target_link_libraries(yuzu-room PRIVATE getopt) |
|
|
|
endif() |
|
|
|
|