mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-13 03:42:32 -04:00
Commit the pkg-config files
Fix some initial issues with not expanding '`' Make sure that pkg-config was getting expanded correctly
This commit is contained in:
10
libcvautomation.pc.in
Normal file
10
libcvautomation.pc.in
Normal file
@ -0,0 +1,10 @@
|
||||
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 @CV_LIBS@ @X11_LIBS@ @XTEST_LIBS@
|
||||
Cflags: -I${includedir} @CV_CFLAGS@ @X11_CFLAGS@ @XTEST_CFLAGS@
|
Reference in New Issue
Block a user