Update libevent to 2.1.12-stable
This commit is contained in:
parent
829f8d46f0
commit
ad935ef40f
@ -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
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user