j7s-jwt-mosquitto-auth/external-deps.cmake

15 lines
357 B
CMake

include(FetchContent)
FetchContent_Declare(jwt-cpp
GIT_REPOSITORY "https://github.com/Thalhammer/jwt-cpp.git"
GIT_TAG "v0.5.2"
GIT_SHALLOW "True"
)
FetchContent_MakeAvailable(jwt-cpp)
FetchContent_Declare(argparse
GIT_REPOSITORY "https://github.com/p-ranav/argparse.git"
GIT_TAG "v2.2"
GIT_SHALLOW "True"
)
FetchContent_MakeAvailable(argparse)