Lines Matching refs:Pkg
3 GoogleTest comes with pkg-config files that can be used to determine all
5 Pkg-config is a standardised plain-text format containing
13 All current build systems support pkg-config in one way or another. For
20 Using `pkg-config` in CMake is fairly easy:
44 splitting the pkg-config `Cflags` variable into include dirs and macros for
102 Since `pkg-config` is a small Unix command-line utility, it can be used
106 GTEST_CFLAGS = `pkg-config --cflags gtest_main`
107 GTEST_LIBS = `pkg-config --libs gtest_main`
124 ### Help! pkg-config can't find GoogleTest! ###
138 pkg-config where it can find the `.pc` files containing the information.
146 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.