You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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}
|