Sign in
boringssl
/
boringssl.git
/
3ffd70ec3692f577a947295152fb041ff4b8607b
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 7d073c1c3f21c4ef78a35a6ee9d1f5c00de84823 [
file
]
include_directories(../../include)
add_executable(
client_shim
client_shim.cc
)
target_link_libraries(client_shim ssl crypto)