Skip to content

Commit f796506

Browse files
committed
Add jwt-cpp as a submodule.
1 parent 1670a09 commit f796506

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/jwt-cpp"]
2+
path = vendor/jwt-cpp
3+
url = https://github.com/Thalhammer/jwt-cpp.git

cmake/Findjwt-cpp.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FIND_PATH(JWT_CPP_INCLUDES jwt-cpp/jwt.h
44
${JWT_CPP_DIR}
55
$ENV{JWT_CPP_DIR}
66
/usr
7+
${PROJECT_SOURCE_DIR}/vendor/jwt-cpp
78
PATH_SUFFIXES include
89
)
910

vendor/jwt-cpp

Submodule jwt-cpp added at c9b7a6c

0 commit comments

Comments
 (0)