diff --git a/CMakeLists.txt b/CMakeLists.txt index f161653..b862a07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -339,18 +339,8 @@ set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) add_subdirectory(crypto) add_subdirectory(ssl) -if(LIBRESSL_APPS) - add_subdirectory(apps) -endif() add_subdirectory(tls) 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) # Create pkgconfig files.