Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 634 Bytes

Libevent.rst

File metadata and controls

22 lines (15 loc) · 634 Bytes

Libevent

networking ; Libevent

Libevent

hunter_add_package(Libevent)
find_package(Libevent CONFIG REQUIRED)
target_link_libraries(... Libevent::event_core
                          Libevent::event_extra)