File: FindP11Kit.cmake

package info (click to toggle)
darktable 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 61,256 kB
  • sloc: ansic: 358,383; cpp: 100,542; xml: 19,788; lisp: 14,579; sh: 3,692; javascript: 3,264; perl: 1,888; python: 1,475; ruby: 975; makefile: 542; asm: 46; sql: 38; awk: 21
file content (12 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# - Try to find p11-kit
# Once done, this will define
#
#  P11Kit_FOUND - system has p11-kit
#  P11Kit_INCLUDE_DIRS - the p11-kit include directories
#  P11Kit_LINK_LIBRARIES - link these to use p11-kit

include(LibFindMacros)
libfind_pkg_search_module(P11Kit p11-kit-1)
if(P11Kit_FOUND)
  message(STATUS "Found p11-kit ${P11Kit_VERSION}")
endif()