Sign in
fuchsia
/
third_party
/
boringssl
/
a7a4063c10a3b92dee3fd91787757de5cf4dd127
/
.
/
ssl
/
test
/
CMakeLists.txt
blob: 3b079030848d0588782b5d5aacfe0b0ea97938c4 [
file
] [
log
] [
blame
]
include_directories
(../../
include
)
add_executable
(
bssl_shim
async_bio
.
cc
bssl_shim
.
cc
packeted_bio
.
cc
test_config
.
cc
$
<
TARGET_OBJECTS
:
test_support
>
)
target_link_libraries
(
bssl_shim ssl crypto
)