Files
softbus_OPC/third_party/open62541/tools/open62541.pc.in
2026-06-09 17:27:24 +08:00

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@