1
0
Fork 0

Update libevent to 2.1.12-stable

This commit is contained in:
Peter Bell 2020-07-06 20:08:41 +01:00 committed by Tiger Wang
parent 829f8d46f0
commit ad935ef40f
4 changed files with 1 additions and 5 deletions

View File

@ -232,8 +232,6 @@ endif()
# Add required includes:
target_include_directories(
${CMAKE_PROJECT_NAME} SYSTEM PRIVATE
${CMAKE_CURRENT_BINARY_DIR}/lib/libevent/include # TODO: remove when updating libevent
lib/libevent/include
lib/mbedtls/include
lib/TCLAP/include
lib # TODO fix files including zlib/x instead of x

@ -1 +1 @@
Subproject commit 4c908dde58ef780eeefcc9df4db3063ca62ea862
Subproject commit 5df3037d10556bfcb675bc73e516978b75fc7bc7

View File

@ -1,5 +1,4 @@
include_directories(${CMAKE_SOURCE_DIR}/src/)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/lib/libevent/include)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/lib/mbedtls/include)
# Create a single HTTP library that contains all the HTTP code:

View File

@ -1,5 +1,4 @@
include_directories(${CMAKE_SOURCE_DIR}/src/)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/lib/libevent/include)
include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/lib/mbedtls/include)
# Create a single Network library that contains all the networking code: