libcares.pc.cmake 680 B

1234567891011121314151617181920
  1. #***************************************************************************
  2. # Project ___ __ _ _ __ ___ ___
  3. # / __|____ / _` | '__/ _ \/ __|
  4. # | (_|_____| (_| | | | __/\__ \
  5. # \___| \__,_|_| \___||___/
  6. #
  7. prefix=@CMAKE_INSTALL_PREFIX@
  8. exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
  9. libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
  10. includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
  11. Name: c-ares
  12. URL: https://c-ares.org/
  13. Description: asynchronous DNS lookup library
  14. Version: @CARES_VERSION@
  15. Requires:
  16. Requires.private:
  17. Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
  18. Libs: -L${libdir} -lcares
  19. Libs.private: @CARES_PRIVATE_LIBS@