Sign in
boringssl
/
boringssl.git
/
075875fbf69e042f54d62074a99d8ff501b51fba
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 3b079030848d0588782b5d5aacfe0b0ea97938c4 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_executable(
bssl_shim
async_bio.cc
bssl_shim.cc
packeted_bio.cc
test_config.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(bssl_shim ssl crypto)