Files
buildroot/package/gtest/gmock.pc
T
2019-09-25 20:52:32 -03:00

12 lines
229 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/
includedir=${prefix}/include
Name: gmock
Description: Google C++ Mocking Framework
Version: 1.8.0
Libs: -L${libdir} -lgmock
Libs.private: -lpthread
Cflags: -I${includedir}