Imported Upstream version 2.1.10
[platform/upstream/libevent.git] / cmake / LibeventConfig.cmake.in
1 # - Config file for the Libevent package
2 # It defines the following variables
3 #  LIBEVENT_INCLUDE_DIRS     - include directories
4 #  LIBEVENT_STATIC_LIBRARIES - libraries to link against (archive/static)
5 #  LIBEVENT_SHARED_LIBRARIES - libraries to link against (shared)
6
7 # Get the path of the current file.
8 get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
9
10 # Set the include directories.
11 set(LIBEVENT_INCLUDE_DIRS "@EVENT_INSTALL_INCLUDE_DIR@")
12
13 # Include the project Targets file, this contains definitions for IMPORTED targets.
14 include(${LIBEVENT_CMAKE_DIR}/LibeventTargets.cmake)
15
16 # IMPORTED targets from LibeventTargets.cmake
17 set(LIBEVENT_STATIC_LIBRARIES "@LIBEVENT_STATIC_LIBRARIES@")
18 set(LIBEVENT_SHARED_LIBRARIES "@LIBEVENT_SHARED_LIBRARIES@")