arun11299 / cpp-jwt

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

Vcpkg port #85

Closed Tradias closed 2 years ago

Tradias commented 2 years ago

It would be nice to make this library available from vcpkg.

arun11299 commented 2 years ago

@Tradias Thanks! I am not sure what needs to be done from my side. Please do let me know .

Tradias commented 2 years ago

@arun11299 you"re weclome. There is something you can do indeed. cpp-jwt currently creates an empty directory include/test when installed, it shouldn't do that (see comment on vcpkg pr). Additionally you should bump the project version in the main CMakeLists.txt (here) it still says 1.2

Tradias commented 2 years ago

@arun11299 I have created a PR to take care of it and some other smaller issues: https://github.com/arun11299/cpp-jwt/pull/87