• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 1645a264a..12f8ca999 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -635,6 +635,8 @@ add_library(
6   src/ssl/tls_record.cc
7 )
8
9+target_link_libraries(ssl crypto)
10+
11 add_executable(
12   bssl
13
14