mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 12:14:36 +08:00
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
|