Sign in
boringssl
/
boringssl
/
d50f1c8e3de4dd901f40f50530fe317c3cb7e82a
/
.
/
crypto
/
cmac
/
CMakeLists.txt
blob: a346b248c1fb6d9ab35af194a9c5202ba4dcd1b2 [
file
]
include_directories(../../include)
add_library(
cmac
OBJECT
cmac.c
)
add_executable(
cmac_test
cmac_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(cmac_test crypto)
add_dependencies(all_tests cmac_test)