Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
6a08da2cf8c4bb506ccc97a0b702788555348435
/
.
/
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)