Sign in
boringssl
/
boringssl.git
/
4df48dd30fceb6615389bb12f160eb5d57c8df99
/
.
/
crypto
/
hmac
/
CMakeLists.txt
blob: e15c956b928160976faa6a405677edc2cbcfd4b5 [
file
]
include_directories(. .. ../../include)
add_library(
hmac
OBJECT
hmac.c
)
add_executable(
hmac_test
hmac_test.c
)
target_link_libraries(hmac_test crypto)