kumquat-buildroot/package/gtest/gtest.pc

12 lines
229 B
PkgConfig
Raw Normal View History

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/
includedir=${prefix}/include
Name: gtest
Description: Google C++ Testing Framework
Version: 1.7.0
Libs: -L${libdir} -lgtest
Libs.private: -lpthread
Cflags: -I${includedir}