Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
ea72bd0b6033bc35d6a06da86e909a578d3d5daa
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: ea7b9ed02127fca1974299fd4eedca507b6eeb7b [
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()