blob: 7d073c1c3f21c4ef78a35a6ee9d1f5c00de84823 [file] [log] [blame]
include_directories(../../include)
add_executable(
client_shim
client_shim.cc
)
target_link_libraries(client_shim ssl crypto)