Updated jwt-cpp library.
This commit is contained in:
@@ -113,6 +113,11 @@ file(GLOB lib_files ${lib_files} ${PROJECT_LIB_DIR}/picojson/*.h)
|
||||
include_directories(${PROJECT_LIB_DIR}/jwt-cpp)
|
||||
file(GLOB lib_files ${lib_files} ${PROJECT_LIB_DIR}/jwt-cpp/*.h)
|
||||
|
||||
set(JWT_JSON_TRAITS_OPTIONS boost-json danielaparker-jsoncons kazuho-picojson nlohmann-json)
|
||||
foreach(traits ${JWT_JSON_TRAITS_OPTIONS})
|
||||
list(APPEND lib_files ${PROJECT_LIB_DIR}/jwt-cpp/traits/${traits}/defaults.h ${PROJECT_LIB_DIR}/jwt-cpp/traits/${traits}/traits.h)
|
||||
endforeach()
|
||||
|
||||
# Find boost
|
||||
#------------------------------------------------------------------------------
|
||||
find_package(Boost 1.62.0 REQUIRED COMPONENTS)
|
||||
|
||||
Reference in New Issue
Block a user