mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-19 10:48:00 -04:00
0ae77b95ef
Signed-off-by: fangzhiyi18 <fangzhiyi1@huawei.com>
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @NAME@
|
|
Version: @VERSION@
|
|
Description: io_uring FFI library
|
|
URL: https://git.kernel.dk/cgit/liburing/
|
|
|
|
Libs: -L${libdir} -luring-ffi
|
|
Cflags: -I${includedir}
|