open62541.pc.in 599 B

12345678910111213141516
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. prefix=@CMAKE_INSTALL_PREFIX@
  5. exec_prefix=${prefix}
  6. libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
  7. sharedlibdir=${libdir}
  8. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  9. Name: open62541
  10. Description: open62541 is an open source C (C99) implementation of OPC UA
  11. Version: @OPEN62541_VER_MAJOR@.@OPEN62541_VER_MINOR@.@OPEN62541_VER_PATCH@
  12. Libs: -L${libdir} -lopen62541
  13. Cflags: -I${includedir}/open62541