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