gtest/lib/pkgconfig/gtest.pc
2023-06-02 00:09:06 +08:00

10 lines
332 B
PkgConfig

libdir=/Users/yaha/Code/flyaha/third_party/googletest/output/lib
includedir=/Users/yaha/Code/flyaha/third_party/googletest/output/include
Name: gtest
Description: GoogleTest (without main() function)
Version: 1.13.0
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgtest
Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1