Sign in
boringssl
/
boringssl.git
/
8de7597af3fb14ed8a72e55ae2dd47033567dcf5
/
.
/
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()