Skip to content

Commit

Permalink
FOrgot to include jwt.c in the build script, oopsie...
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Apr 5, 2020
1 parent 32111a3 commit 91ea752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ set(LIB_SRC
${SRC_DIR}/jwk.c
${SRC_DIR}/jwks.c
${SRC_DIR}/jws.c
${SRC_DIR}/jwe.c)
${SRC_DIR}/jwe.c
${SRC_DIR}/jwt.c)

set(PKGCONF_REQ "")
set(PKGCONF_REQ_PRIVATE "")
Expand Down

0 comments on commit 91ea752

Please sign in to comment.