mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
12 lines
229 B
PkgConfig
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}
|