mirror of https://github.com/getdnsapi/getdns.git
12 lines
290 B
PkgConfig
12 lines
290 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: getdns_ext_event
|
|
Version: @GETDNS_VERSION@
|
|
Description: A modern asynchronous DNS library
|
|
|
|
Libs: -L${libdir} -lgetdns_ext_event
|
|
Cflags: -I${includedir}
|