Skip to content

mksdev/libev-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libev-cmake

current version of libev with cmake support

CMake

  • add repository as submodule to your project
  • add project in cmake
add_subdirectory(<path to repo>/libev-cmake)
  • link libev to your cmake target, will fail during linking if missing
target_link_library(<target> ev)
  • or use :: target thatwill fail during configuration time if missing
target_link_library(<target> ev::ev)

Example

  • example/main.c shows simple stdin read using libev

About

libev with cmake support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published