Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
bc8d7378072cb5fb3e3e8354832d1e2c3d5e051c
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 27d95963404774d932996a4aa3eab48162a2d9a8 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_executable(
bssl_shim
async_bio.cc
bssl_shim.cc
packeted_bio.cc
test_config.cc
)
target_link_libraries(bssl_shim ssl crypto)