File: Findlibproxy.cmake

package info (click to toggle)
libzypp 17.38.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,744 kB
  • sloc: cpp: 132,661; xml: 2,587; sh: 518; python: 266; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
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 )