HomeSort by relevance Sort by last modified time
    Searched refs:PkgConfig (Results 1 - 2 of 2) sorted by null

  /external/googletest/googletest/docs/
Pkgconfig.md 28 find_package(PkgConfig)
83 Meson natively uses pkgconfig to query dependencies:
140 `.pc` files are installed under `/usr/local/lib64/pkgconfig`. If you set
143 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
  /external/eigen/cmake/
FindHWLOC.cmake 69 find_package(PkgConfig QUIET)
75 message(STATUS "Looking for HWLOC - found using PkgConfig")
77 # message("${Magenta}HWLOC_INCLUDE_DIRS is empty using PkgConfig."
82 message(STATUS "${Magenta}Looking for HWLOC - not found using PkgConfig."
93 message(STATUS "Looking for HWLOC - PkgConfig not used")

Completed in 459 milliseconds