aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r--ssl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 5c6460f..a72f759 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -46,6 +46,7 @@ set(
46 tls13_lib.c 46 tls13_lib.c
47 tls13_record.c 47 tls13_record.c
48 tls13_record_layer.c 48 tls13_record_layer.c
49 tls13_server.c
49) 50)
50 51
51add_library(ssl ${SSL_SRC}) 52add_library(ssl ${SSL_SRC})