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?