Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
0e782a9eb3feeb0cd9445be79cedbf9ce767dc45
/
.
/
crypto
/
bytestring
/
CMakeLists.txt
blob: 8d6be7bb7af144f88720573d209428b172dabd8d [
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)