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