mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-08 20:54:03 +08:00
11 lines
201 B
PkgConfig
11 lines
201 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: modbus
|
|
Description: Modbus library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmodbus
|
|
Cflags: -I${includedir}/modbus
|