arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
387 stars 112 forks source link

How do I include your library? #83

Open yateam opened 3 years ago

yateam commented 3 years ago

Hello, I built the code:

cd cpp-jwt
mkdir build
cd build
cmake ..

and then opened cpp-jwt.sln and built ALL_BUILD project in vs studio project. But I did not get any library files as an output. What did I do wrong?

How to include your project into my project?

arun11299 commented 3 years ago

@yateam Not sure at the momemt, but have you checked some of the old issues ? You might find some clue there.

kiner-shah commented 1 year ago

@yateam please share your build log.