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