TSG-14829 io_uring支持触发事件,适配mrzcpd的epoll_wait功能
This commit is contained in:
8
cmake/FindLIBURING.cmake
Normal file
8
cmake/FindLIBURING.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
include(FindPkgConfig)
|
||||
pkg_check_modules(LIBURING liburing)
|
||||
|
||||
if(LIBURING_FOUND)
|
||||
set(SUPPORT_LIBURING true)
|
||||
else()
|
||||
set(SUPPORT_LIBURING false)
|
||||
endif()
|
||||
Reference in New Issue
Block a user