mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename to .cpp (unfinished)
JWT code will feature c++ code (jasmin json library will be replaced with rapidjson).
This commit is contained in:
parent
946422a91b
commit
591b202808
12
src/thirdparty/jwt/CMakeLists.txt
vendored
12
src/thirdparty/jwt/CMakeLists.txt
vendored
@ -4,12 +4,12 @@ add_module( "lib" "libjwt" "" ${FOLDER_CONTEXT} TRUE TRUE )
|
||||
start_sources()
|
||||
|
||||
add_sources( SOURCE_GROUP "Source"
|
||||
"base64.c"
|
||||
"claim.c"
|
||||
"decode.c"
|
||||
"encode.c"
|
||||
"util.c"
|
||||
"version.c"
|
||||
"base64.cpp"
|
||||
"claim.cpp"
|
||||
"decode.cpp"
|
||||
"encode.cpp"
|
||||
"util.cpp"
|
||||
"version.cpp"
|
||||
)
|
||||
|
||||
add_sources( SOURCE_GROUP "Include"
|
||||
|
Loading…
x
Reference in New Issue
Block a user