Sign in
boringssl
/
boringssl
/
44e2709cd65fbd2172b9516c79e56f1875f60300
/
.
/
crypto
/
err
/
CMakeLists.txt
blob: 1ac4951b98648b73f4fe2d312de524cf6a56a547 [
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)