Sign in
boringssl
/
boringssl
/
refs/heads/chromium-2272
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: ea7b9ed02127fca1974299fd4eedca507b6eeb7b [
file
] [
log
] [
blame
] [
edit
]
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()