Sign in
boringssl
/
boringssl.git
/
03c6fa4426f0893676464717d4ed121e7be8a6e2
/
.
/
crypto
/
hmac_extra
/
CMakeLists.txt
blob: 045213a7234bf765b45e4a942e46cd65eb2a9afc [
file
] [
log
] [
blame
]
include_directories(../../include)
add_executable(
hmac_test
hmac_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(hmac_test crypto)
add_dependencies(all_tests hmac_test)