mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
16 lines
599 B
PkgConfig
16 lines
599 B
PkgConfig
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
sharedlibdir=${libdir}
|
|
includedir=${prefix}/@CMAKE_INSTALL_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@
|
|
Libs: -L${libdir} -lopen62541
|
|
Cflags: -I${includedir}/open62541
|