mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 03:50:04 +00:00
dedicated_room: Support single Base64 token.
This commit is contained in:
parent
3a18039c53
commit
a1544d8669
2 changed files with 32 additions and 10 deletions
|
@ -13,7 +13,7 @@ if (ENABLE_WEB_SERVICE)
|
|||
target_link_libraries(citra-room PRIVATE web_service)
|
||||
endif()
|
||||
|
||||
target_link_libraries(citra-room PRIVATE glad)
|
||||
target_link_libraries(citra-room PRIVATE cryptopp glad)
|
||||
if (MSVC)
|
||||
target_link_libraries(citra-room PRIVATE getopt)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue