arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
395 stars 111 forks source link

Some cmake improvements #39

Closed huangminghuang closed 5 years ago

huangminghuang commented 5 years ago
  1. Use standard find_package(OpenSSL) and find_package(GTest) to find required libraries.
  2. Use enable_testing() and add_test() to make it possible to run all tests with make test.
arun11299 commented 5 years ago

Thanks for improving the build !!