urbit/outside/libuv_0.11/libuv.pc.in

12 lines
259 B
PkgConfig
Raw Normal View History

2014-08-23 01:39:21 +04: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}