File: Findjwt-cpp.cmake

package info (click to toggle)
scitokens-cpp 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: cpp: 12,502; ansic: 596; sh: 161; python: 132; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
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
)