James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame] | 1 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
2 | index 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 |