|
@@ -74,6 +74,8 @@ include_directories(
|
|
${PROJECT_SOURCE_DIR}/thirdparty/libevent/include
|
|
${PROJECT_SOURCE_DIR}/thirdparty/libevent/include
|
|
${PROJECT_SOURCE_DIR}/
|
|
${PROJECT_SOURCE_DIR}/
|
|
)
|
|
)
|
|
|
|
+set(BUILD_SHARED_LIBS OFF)
|
|
|
|
+set(EVENT_LIBRARY_TYPE STATIC)
|
|
|
|
|
|
add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/openssl ${PROJECT_BINARY_DIR}/thirdparty/openssl)
|
|
add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/openssl ${PROJECT_BINARY_DIR}/thirdparty/openssl)
|
|
add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/mbedtls ${PROJECT_BINARY_DIR}/thirdparty/mbedtls)
|
|
add_subdirectory(${PROJECT_SOURCE_DIR}/thirdparty/mbedtls ${PROJECT_BINARY_DIR}/thirdparty/mbedtls)
|