arun11299 / cpp-jwt

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

build: add add_library alias to cmake #62

Closed gocarlos closed 4 years ago

gocarlos commented 4 years ago

this makes it possible to do:

find_package(cpp-jwt REQUIRED)
add_executable(main main.cpp)
target_link_libraries(main cpp-jwt::cpp-jwt)