Sign in
boringssl
/
boringssl
/
5b082e880dcb3c1b65d064c66b4d77f44500ab1e
/
.
/
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)