Lines Matching refs:pkg
3 GoogleTest comes with pkg-config files that can be used to determine all
13 All current build systems support pkg-config in one way or another. For all
19 Using `pkg-config` in CMake is fairly easy:
43 splitting the pkg-config `Cflags` variable into include dirs and macros for
48 ### Help! pkg-config can't find GoogleTest!
62 pkg-config where it can find the `.pc` files containing the information. Say you
70 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
72 ### Using pkg-config in a cross-compilation setting
89 variables for pkg-config in a cross-compilation setting:
96 otherwise `pkg-config` will filter `-I` and `-L` flags against standard prefixes
100 If you look at the generated pkg-config file, it will look something like
115 to run `pkg-config` with the correct
120 $ pkg-config --cflags gtest
122 $ pkg-config --libs gtest
127 order to use this in a cross-compilation setting, we need to tell pkg-config to
129 pkg-config about the actual sysroot
137 and running `pkg-config` again we get
140 $ pkg-config --cflags gtest
142 $ pkg-config --libs gtest