Sign in
boringssl
/
boringssl.git
/
1df63e93f9d7a1d2ebf929d1fe99f1b9b46e237e
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: 8d6be7bb7af144f88720573d209428b172dabd8d [
file
]
include_directories(. .. ../../include)
add_library(
bytestring
OBJECT
ber.c
cbs.c
cbb.c
)
add_executable(
bytestring_test
bytestring_test.c
)
target_link_libraries(bytestring_test crypto)