File: Config.cmake.in

package info (click to toggle)
cpp-jwt 1.4%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 548 kB
  • sloc: cpp: 3,366; ansic: 33; sh: 31; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
@PACKAGE_INIT@

if(NOT @CPP_JWT_USE_VENDORED_NLOHMANN_JSON@)
  find_package(nlohmann_json REQUIRED)
endif()

find_package(OpenSSL REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")