Sign in
boringssl
/
boringssl
/
8e16b6e6582810de46b4db7926a2462be8e789d2
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: dc485838dadf82e4179fcace0a022cb2b7eff7e0 [
file
] [
log
] [
blame
]
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)