mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
a2256afeb2
eigent3 3.3.4
11 lines
301 B
PkgConfig
11 lines
301 B
PkgConfig
Name: libgtest
|
|
Description: Google's framework for writing C++ tests on a variety of platforms
|
|
URL: https://github.com/google/googletest
|
|
Version: 0.0.0
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
Cflags:-I${includedir}/gtest
|
|
Libs: -L${libdir} -lgtest -lgtest_main
|