File: FindPango.cmake

package info (click to toggle)
performous 1.3.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,368 kB
  • sloc: cpp: 35,854; sh: 927; python: 631; xml: 480; makefile: 37
file content (11 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# - Try to find Pango
# Once done, this will define
#
#  Pango_FOUND - system has Pango
#  Pango_LIBRARIES - link these to use Pango

include(LibFindMacros)

libfind_pkg_check_modules(Pango_PKGCONF IMPORTED_TARGET pango)
set(Pango_LIBRARY PkgConfig::Pango_PKGCONF)
libfind_process(Pango)