mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 06:47:16 +00:00
12 lines
229 B
PkgConfig
12 lines
229 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib/
|
|
includedir=${prefix}/include
|
|
|
|
Name: gtest
|
|
Description: Google C++ Testing Framework
|
|
Version: 1.8.0
|
|
Libs: -L${libdir} -lgtest
|
|
Libs.private: -lpthread
|
|
Cflags: -I${includedir}
|