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