File: Findjwt-cpp.cmake

package info (click to toggle)
scitokens-cpp 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,988 kB
  • sloc: cpp: 25,363; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

FIND_PATH(JWT_CPP_INCLUDES jwt-cpp/jwt.h
  HINTS
  ${JWT_CPP_DIR}
  $ENV{JWT_CPP_DIR}
  /usr
  ${PROJECT_SOURCE_DIR}/vendor/jwt-cpp
  PATH_SUFFIXES include
)