10 lines
379 B
PkgConfig
10 lines
379 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
sharedlibdir=${libdir}
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: open62541
|
|
Description: open62541 is an open source C (C99) implementation of OPC UA
|
|
Version: @OPEN62541_VER_MAJOR@.@OPEN62541_VER_MINOR@.@OPEN62541_VER_PATCH@@OPEN62541_VER_LABEL@
|
|
Libs: -L${libdir} -lopen62541 @pkgcfgpubliclibs@
|
|
Cflags: -I${includedir} @PC_EXTRA_CFLAGS@
|