Skip to content

A collection of CMake modules to simplify projects.

Notifications You must be signed in to change notification settings

goodje/cmake-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmake-modules

A collection of CMake modules to simplify projects.

Modules

CheckKqueue

Adds the CHECK_KQUEUE function. Checks if the system has kqueue support.

For example:

check_kqueue(HAS_KQUEUE)

CheckEpoll

Adds the CHECK_EPOLL function. Checks if the system has epoll support.

For example:

check_epoll(HAS_EPOLL)

About

A collection of CMake modules to simplify projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 100.0%