Imported Upstream version 1.18.1
[platform/upstream/c-ares.git] / libcares.pc.cmake
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
12 Name: c-ares
13 URL: https://c-ares.org/
14 Description: asynchronous DNS lookup library
15 Version: @CARES_VERSION@
16 Requires: 
17 Requires.private: 
18 Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
19 Libs: -L${libdir} -lcares
20 Libs.private: @CARES_PRIVATE_LIBS@