Sign in
boringssl
/
boringssl.git
/
d82a7b24be3bc4e14817d383b71b62000bb469cf
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: cbbacf2a70304cee2b12a7c58d43cc0b053b0199 [
file
]
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)