1234567891011121314151617181920212223242526272829303132333435 |
- # Generated by devtools/yamaker.
- PROGRAM()
- WITHOUT_LICENSE_TEXTS()
- VERSION(2.8)
- LICENSE(MIT)
- PEERDIR(
- contrib/libs/liburing
- )
- ADDINCL(
- contrib/libs/liburing/src/include
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- CFLAGS(
- -DLIBURING_BUILD_TEST
- -D__SANE_USERSPACE_TYPES__
- )
- SRCDIR(contrib/libs/liburing/test)
- SRCS(
- helpers.c
- wait-timeout.c
- )
- END()
|