mirror of
https://github.com/azahar-emu/ext-libressl-portable
synced 2025-11-07 07:30:06 +01:00
commit
310d33471d
@ -339,18 +339,8 @@ set(LIBTLS_LIBS tls ${PLATFORM_LIBS})
|
|||||||
|
|
||||||
add_subdirectory(crypto)
|
add_subdirectory(crypto)
|
||||||
add_subdirectory(ssl)
|
add_subdirectory(ssl)
|
||||||
if(LIBRESSL_APPS)
|
|
||||||
add_subdirectory(apps)
|
|
||||||
endif()
|
|
||||||
add_subdirectory(tls)
|
add_subdirectory(tls)
|
||||||
add_subdirectory(include)
|
add_subdirectory(include)
|
||||||
if(NOT MSVC)
|
|
||||||
add_subdirectory(man)
|
|
||||||
endif()
|
|
||||||
# Tests require the openssl executable and are unavailable when building shared libraries
|
|
||||||
if(LIBRESSL_APPS AND LIBRESSL_TESTS)
|
|
||||||
add_subdirectory(tests)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
# Create pkgconfig files.
|
# Create pkgconfig files.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user