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