mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 08:18:04 -05:00
Massive removal of unused modules
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
set(SRCS
|
||||
telemetry_json.cpp
|
||||
verify_login.cpp
|
||||
web_backend.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
telemetry_json.h
|
||||
verify_login.h
|
||||
web_backend.h
|
||||
)
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(web_service STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(web_service PUBLIC common cpr json-headers)
|
Reference in New Issue
Block a user