Sign in
boringssl
/
boringssl
/
c7ce977fb98c12fe52699459e6f99eb85842eb2c
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: 3462aee621134f45ef8c444bd5651985e5df0f90 [
file
] [
log
] [
blame
]
include_directories(../../include)
add_library(
bytestring
OBJECT
ber.c
cbs.c
cbb.c
)
add_executable(
bytestring_test
bytestring_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(bytestring_test crypto)