Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
b34f510b3bd8eb7708194338e7cc3b1655c000fa
/
.
/
crypto
/
err
/
CMakeLists.txt
blob: 53dccea353a195a44c2bb19a08ab1aa8d9c0c3df [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
err
OBJECT
err.c
err_impl.c
)
add_executable(
err_test
err_test.c
)
target_link_libraries(err_test crypto)