mirror of
https://github.com/FreeOpcUa/freeopcua
synced 2025-10-26 19:56:54 +08:00
13 lines
272 B
PkgConfig
13 lines
272 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
extra_cflags=@interface_cflags@
|
|
|
|
Name: libopcuacore
|
|
Description: Opcua core infrastructure.
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir} ${extra_cflags}
|
|
Libs: -L${libdir} -lopcuacore
|
|
|