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