Sign in
boringssl
/
boringssl.git
/
b826c0d670eea7f4076ae16cd99a11303f419aa3
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 9992360ca2c7ee0126e35c9cb123baafd186f920 [
file
]
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()