From 125b02a39213a36d6ea1ff3aae621c694d391c88 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 23 Mar 2021 15:56:14 -0400 Subject: [PATCH] add jwt-cpp as a submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index be290a26c..6b80a6b0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule "dep/RtspServer"] path = dep/RtspServer url = https://github.com/ZoneMinder/RtspServer +[submodule "dep/jwt-cpp"] + path = dep/jwt-cpp + url = https://github.com/Thalhammer/jwt-cpp