mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-11 03:50:04 +00:00
citra-room: Add verify backend and use new announce api
This commit is contained in:
parent
e04f75e1bf
commit
4906c8ce7b
2 changed files with 24 additions and 1 deletions
|
@ -8,6 +8,11 @@ add_executable(citra-room
|
|||
create_target_directory_groups(citra-room)
|
||||
|
||||
target_link_libraries(citra-room PRIVATE common core network)
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
target_compile_definitions(citra-room PRIVATE -DENABLE_WEB_SERVICE)
|
||||
target_link_libraries(citra-room PRIVATE web_service)
|
||||
endif()
|
||||
|
||||
target_link_libraries(citra-room PRIVATE glad)
|
||||
if (MSVC)
|
||||
target_link_libraries(citra-room PRIVATE getopt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue