[web_service] cmake: fix jwt include
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
121d535393
commit
0783753d88
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ add_library(web_service STATIC
|
||||||
)
|
)
|
||||||
|
|
||||||
create_target_directory_groups(web_service)
|
create_target_directory_groups(web_service)
|
||||||
|
target_include_directories(web_service PUBLIC ${cpp-jwt_SOURCE_DIR}/include)
|
||||||
target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib::httplib)
|
target_link_libraries(web_service PRIVATE common network nlohmann_json::nlohmann_json httplib::httplib)
|
||||||
|
|
||||||
if (YUZU_USE_PRECOMPILED_HEADERS)
|
if (YUZU_USE_PRECOMPILED_HEADERS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue