Sign in
boringssl
/
boringssl
/
858a88daf27975f67d9f63e18f95645be2886bfb
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 7d073c1c3f21c4ef78a35a6ee9d1f5c00de84823 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_executable(
client_shim
client_shim.cc
)
target_link_libraries(client_shim ssl crypto)