arun11299 / cpp-jwt

JSON Web Token library for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I include your library?

yateam opened this issue · comments

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?

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

@yateam please share your build log.