blob: a0d7a5e58b837058c173581e015e126d69476537 [file] [log] [blame]
include_directories(../../include)
add_executable(
bssl_shim
async_bio.cc
bssl_shim.cc
malloc.cc
packeted_bio.cc
test_config.cc
)
target_link_libraries(bssl_shim ssl crypto)