mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-06-02 18:07:42 +00:00
Readme changes for example code and fixed header decoding
This commit is contained in:
parent
1236071a4f
commit
6302055db1
22 changed files with 1077 additions and 6 deletions
10
examples/CMakeFiles/simple_ex1.dir/cmake_clean.cmake
Normal file
10
examples/CMakeFiles/simple_ex1.dir/cmake_clean.cmake
Normal file
|
@ -0,0 +1,10 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/simple_ex1.dir/simple_ex1.cc.o"
|
||||
"simple_ex1.pdb"
|
||||
"simple_ex1"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/simple_ex1.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue