1 # - Config file for the Libevent package
2 # It defines the following variables
3 # LIBEVENT_INCLUDE_DIRS - include directories for FooBar
4 # LIBEVENT_LIBRARIES - libraries to link against
6 # Get the path of the current file.
7 get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
9 # Set the include directories.
10 set(LIBEVENT_INCLUDE_DIRS "@EVENT__INCLUDE_DIRS@")
12 # Include the project Targets file, this contains definitions for IMPORTED targets.
13 include(${LIBEVENT_CMAKE_DIR}/LibeventTargets.cmake)
15 # IMPORTED targets from LibeventTargets.cmake
16 set(LIBEVENT_LIBRARIES event event_core event_extra)