linuxOS_PX30_CAR/buildroot/package/gtest/gmock.pc
2026-01-20 14:00:13 +08: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}