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