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