Imported Upstream version 2.1.10
[platform/upstream/libevent.git] / cmake / LibeventConfigBuildTree.cmake.in
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
5
6 # Get the path of the current file.
7 get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
8
9 # Set the include directories.
10 set(LIBEVENT_INCLUDE_DIRS "@EVENT__INCLUDE_DIRS@")
11
12 # Include the project Targets file, this contains definitions for IMPORTED targets.
13 include(${LIBEVENT_CMAKE_DIR}/LibeventTargets.cmake)
14
15 # IMPORTED targets from LibeventTargets.cmake
16 set(LIBEVENT_LIBRARIES event event_core event_extra)
17