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