bf057fc
#***************************************************************************
bf057fc
# Project        ___       __ _ _ __ ___  ___ 
bf057fc
#               / __|____ / _` | '__/ _ \/ __|
bf057fc
#              | (_|_____| (_| | | |  __/\__ \
bf057fc
#               \___|     \__,_|_|  \___||___/
bf057fc
#
bf057fc
prefix=@CMAKE_INSTALL_PREFIX@
bf057fc
exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
bf057fc
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
bf057fc
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
bf057fc
bf057fc
Name: c-ares
bf057fc
URL: https://c-ares.haxx.se/
bf057fc
Description: asynchronous DNS lookup library
bf057fc
Version: @CARES_VERSION@
bf057fc
Requires: 
bf057fc
Requires.private: 
bf057fc
Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
bf057fc
Libs: -L${libdir} -lcares
bf057fc
Libs.private: @CARES_PRIVATE_LIBS@