summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2016-03-11 14:42:30 +0000
committerKirill Volinsky <mataes2007@gmail.com>2016-03-11 14:42:30 +0000
commitee75d9ae4a890d62b009444bed9512b4dab3ee1d (patch)
tree089d790ca21091372539ddd51f3762af232bf82d /protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in
parentbb5bb4407f2578ed8d6dc3b41f6ddb8b798e560c (diff)
old version
git-svn-id: http://svn.miranda-ng.org/main/trunk@16458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in')
-rw-r--r--protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in b/protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in
deleted file mode 100644
index 02edef32fc..0000000000
--- a/protocols/Telegram/tgl/libevent/cmake/LibeventConfigBuildTree.cmake.in
+++ /dev/null
@@ -1,17 +0,0 @@
-# - Config file for the Libevent package
-# It defines the following variables
-# LIBEVENT_INCLUDE_DIRS - include directories for FooBar
-# LIBEVENT_LIBRARIES - libraries to link against
-
-# Get the path of the current file.
-get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
-
-# Set the include directories.
-set(LIBEVENT_INCLUDE_DIRS "@EVENT__INCLUDE_DIRS@")
-
-# Include the project Targets file, this contains definitions for IMPORTED targets.
-include(${LIBEVENT_CMAKE_DIR}/LibeventTargets.cmake)
-
-# IMPORTED targets from LibeventTargets.cmake
-set(LIBEVENT_LIBRARIES event event_core event_extra)
-