mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 07:17:55 -05:00
web_service: Move web_result.h into web_service
This is the only place it's actively used. It's also more appropriate for web-related structures to be within the web service target. Especially given this one doesn't rely on anything in the common library.
This commit is contained in:
@ -5,6 +5,7 @@ add_library(web_service STATIC
|
||||
verify_login.h
|
||||
web_backend.cpp
|
||||
web_backend.h
|
||||
web_result.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(web_service)
|
||||
|
Reference in New Issue
Block a user