997ff094af
This helps with creating a separate binary to perform split handshakes. Change-Id: Ie4bab40bebf39e79a90d45fabb566b7ce90945bb Reviewed-on: https://boringssl-review.googlesource.com/29344 Commit-Queue: Matt Braithwaite <mab@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: David Benjamin <davidben@google.com>
16 lines
232 B
CMake
16 lines
232 B
CMake
include_directories(../../include)
|
|
|
|
add_executable(
|
|
bssl_shim
|
|
|
|
async_bio.cc
|
|
bssl_shim.cc
|
|
packeted_bio.cc
|
|
settings_writer.cc
|
|
test_config.cc
|
|
|
|
$<TARGET_OBJECTS:test_support>
|
|
)
|
|
|
|
target_link_libraries(bssl_shim ssl crypto)
|