Sign in
boringssl
/
boringssl
/
a5a3eeb9cc0c131b74562cee3c219a52b0132aa6
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 9992360ca2c7ee0126e35c9cb123baafd186f920 [
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)
if (NOT APPLE AND NOT WIN32)
target_link_libraries(bssl_shim dl)
endif()