mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 02:17:55 +00:00
Address first part of review comments
This commit is contained in:
parent
f433ce567e
commit
846c50dd42
16 changed files with 239 additions and 133 deletions
|
@ -5,10 +5,12 @@ add_library(web_service STATIC
|
|||
telemetry_json.h
|
||||
verify_login.cpp
|
||||
verify_login.h
|
||||
verify_user_jwt.cpp
|
||||
verify_user_jwt.h
|
||||
web_backend.cpp
|
||||
web_backend.h
|
||||
web_result.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(web_service)
|
||||
target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib)
|
||||
target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib cpp-jwt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue