diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 09:33:41 +0300 |
commit | 89f3cf8bbb9dc1fa0fe72f6af6638ac086c7e011 (patch) | |
tree | 5be9a7ae2255b9ad420bed266b90b1f98059964a /libs/libevent/CMakeLists.txt | |
parent | e28c4adb361a87e143eb8cb2af449e3bcb3375b1 (diff) |
libevent, telegram, whatsapp moved to deprecated coz doesn't work
Diffstat (limited to 'libs/libevent/CMakeLists.txt')
-rw-r--r-- | libs/libevent/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/libevent/CMakeLists.txt b/libs/libevent/CMakeLists.txt deleted file mode 100644 index ce54ab9827..0000000000 --- a/libs/libevent/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -file(GLOB SOURCES "src/*.h" "src/*.c" "src/WIN32-Code/*.c") -set(TARGET libevent) -include_directories("include" "src/compat") -include(${CMAKE_SOURCE_DIR}/cmake/lib.cmake) -set_target_properties(${TARGET} PROPERTIES COMPILE_DEFINITIONS "EVENT__NEED_DLLIMPORT") -target_link_libraries(${TARGET} libeay32.lib ssleay32.lib)
\ No newline at end of file |