mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
11 lines
252 B
PkgConfig
11 lines
252 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Libcvautomation
|
|
Description: GUI Automation and Testing tool based on OpenCV and XTest
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lcvautomation
|
|
Cflags: -I${includedir}
|