diff options
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 |