1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00
libuv/libuv.pc.in

14 lines
317 B
PkgConfig
Raw Normal View History

2013-12-06 09:43:44 +01:00
prefix=@prefix@
exec_prefix=${prefix}
2013-12-06 09:43:44 +01:00
libdir=@libdir@
includedir=@includedir@
LIBUV_STATIC=-L${libdir} -l:libuv.a @LIBS@
2013-12-06 09:43:44 +01:00
Name: libuv
2013-12-06 09:43:44 +01:00
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/
2013-12-06 09:43:44 +01:00
Libs: -L${libdir} -luv @LIBS@
2013-12-06 09:43:44 +01:00
Cflags: -I${includedir}