Sign in
fuchsia
/
third_party
/
boringssl
/
0d81373f9169637ff935449227be924c08bf1ec5
/
.
/
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
)