open62541.pc.in 911 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright (C) 2014-2017 the contributors, as stated in the AUTHORS
  3. * file
  4. *
  5. * This file is part of open62541. open62541 is free software: you can
  6. * redistribute it and/or modify it under the terms of the Mozilla
  7. * Public License v2.0, as stated in the LICENSE file provided with
  8. * open62541.
  9. *
  10. * open62541 is distributed in the hope that it will be useful, but
  11. * WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. */
  14. prefix=@CMAKE_INSTALL_PREFIX@
  15. exec_prefix=@CMAKE_INSTALL_PREFIX@
  16. libdir=@CMAKE_INSTALL_PREFIX@/lib
  17. sharedlibdir=@CMAKE_INSTALL_PREFIX@/share
  18. includedir=@CMAKE_INSTALL_PREFIX@/include
  19. Name: open62541
  20. Description: open62541 is an open source C (C99) implementation of OPC UA
  21. Version: @OPEN62541_VER_MAJOR@.@OPEN62541_VER_MINOR@.@OPEN62541_VER_PATCH@
  22. Libs: -L${libdir} -lopen62541
  23. Cflags: -I${includedir}/open62541