Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
d4178fd9d85f246620b6f1a2158a1268d2d2d4a5
/
.
/
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)