File: Findlibproxy.cmake

package info (click to toggle)
libzypp 17.37.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,612 kB
  • sloc: cpp: 134,602; xml: 2,587; sh: 486; python: 266; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# The "real" libproxy provides its own Findlibproxy.cmake but saner, simpler
# alternatives like the PacRunner replacement which *just* queries PacRunner
# directly will only provide a .pc file. So use pkg-config to find it...

if(NOT PKG_CONFIG_FOUND)
  include(FindPkgConfig)
endif()

PKG_CHECK_MODULES( LIBPROXY libproxy-1.0 )