Lines Matching +full:comp +full:- +full:config
1 # - Config file for the Libevent package
3 # LIBEVENT_FOUND - true if libevent and all required components found on the system
4 # LIBEVENT_xxx_FOUND - true if component xxx(see available components) found on the system
5 # LIBEVENT_VERSION - libevent version in format Major.Minor.Patch
6 # LIBEVENT_INCLUDE_DIRS - directories where libevent header is located.
7 # LIBEVENT_INCLUDE_DIR - same as DIRS
8 # LIBEVENT_LIBRARIES - libevent library to link against.
9 # LIBEVENT_LIBRARY - same as LIBRARIES
12 # LIBEVENT_STATIC_LIBRARIES - libraries to link against (archive/static)
13 # LIBEVENT_SHARED_LIBRARIES - libraries to link against (shared)
17 # core - the core functons of libevent
18 # extra - extra functions, contains http, dns and rpc
19 # pthreads - multiple threads for libevent, not exists on Windows
20 # openssl - openssl support for libevent
87 if(_INDEX GREATER -1)
114 ## Config for install tree ----------------------------------------
144 foreach(comp ${_EVENT_COMPONENTS})
145 find_event_lib(${comp})
148 ## Config for build tree ----------------------------------------
168 include(${LIBEVENT_CMAKE_DIR}/LibeventTargets-${_LIB_TYPE}.cmake)