2
0
mirror of https://github.com/boostorg/beast.git synced 2026-01-19 04:02:10 +00:00
Files
beast/example/doc/CMakeLists.txt
2025-02-26 18:31:12 +03:30

13 lines
308 B
CMake

#
# Copyright (c) 2025 Mohammad Nejati
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
# Official repository: https://github.com/boostorg/beast
#
if (OPENSSL_FOUND)
add_subdirectory(ssl)
endif ()