Sign in
boringssl
/
boringssl
/
5dca031c
/
.
/
crypto
/
hmac
/
CMakeLists.txt
blob: 5d8c2986c56559ffc2af68c311424d7a0311134f [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
hmac
OBJECT
hmac.c
)
add_executable(
hmac_test
hmac_test.cc
)
target_link_libraries(hmac_test crypto)