A collection of CMake modules to simplify projects.
Adds the CHECK_KQUEUE
function. Checks if the system has kqueue
support.
For example:
check_kqueue(HAS_KQUEUE)
Adds the CHECK_EPOLL
function. Checks if the system has epoll
support.
For example:
check_epoll(HAS_EPOLL)