Sign in
◑
Theme
boringssl
/
boringssl.git
/
ba28dfc381ff87257ffe075f48fd27d60ab2e27e
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 3b079030848d0588782b5d5aacfe0b0ea97938c4 [
file
]
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)