13 lines
233 B
PkgConfig
13 lines
233 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @NAME@
|
|
Version: @VERSION@
|
|
Description: io_uring library
|
|
URL: http://git.kernel.dk/cgit/liburing/
|
|
|
|
Libs: -L${libdir} -luring
|
|
Cflags: -I${includedir}
|