File: Config.cmake.in

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

include(CMakeFindDependencyMacro)

if(NOT @CPP_JWT_USE_VENDORED_NLOHMANN_JSON@)
  find_dependency(nlohmann_json)
endif()

find_dependency(OpenSSL COMPONENTS SSL)

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