urbit/outside/libuv-v1.7.5/libuv.pc.in

12 lines
259 B
PkgConfig
Raw Normal View History

2015-10-25 10:37:00 +03:00
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
Libs: -L${libdir} -luv @LIBS@
Cflags: -I${includedir}