Sign in
boringssl
/
boringssl.git
/
3873f6f33d3faa5ff5cd34d4b094978862da2f6d
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: 409a0ced073b915a7be1bddc59432285dd2bdf41 [
file
]
include_directories(. .. ../../include)
add_library(
bytestring
OBJECT
cbs.c
cbb.c
)
add_executable(
bytestring_test
bytestring_test.c
)
target_link_libraries(bytestring_test crypto)