Sign in
boringssl
/
boringssl
/
f5beb883c2d478fa4e26e4c6fdcb91d27cc5a886
/
.
/
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)