Sign in
boringssl
/
boringssl.git
/
71f0794d3457104a35fcb339fe91742d7ba9afb6
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: a0d7a5e58b837058c173581e015e126d69476537 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_executable(
bssl_shim
async_bio.cc
bssl_shim.cc
malloc.cc
packeted_bio.cc
test_config.cc
)
target_link_libraries(bssl_shim ssl crypto)