File: FindGIO.cmake

package info (click to toggle)
gtkpod 2.1.5-10
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 19,424 kB
  • sloc: ansic: 51,604; xml: 16,135; sh: 11,916; cpp: 7,545; perl: 1,449; makefile: 1,380; lex: 638; awk: 73; python: 35
file content (3 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (6)
1
2
3
set(GIO_REQUIRED_VERSION 2.15.0)
message("-- Checking for gio >= ${GIO_REQUIRED_VERSION}...")
pkg_check_modules(GIO gio-2.0>=${GIO_REQUIRED_VERSION})