Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
5aa8a8643851e309b48a1b5a5d91d2fd183eae52
/
.
/
crypto
/
cmac
/
CMakeLists.txt
blob: 8ebd80c5ff59bd0eb1f24c27e0cf7f4f1b0998c3 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
cmac
OBJECT
cmac.c
)
add_executable(
cmac_test
cmac_test.cc
)
target_link_libraries(cmac_test crypto)