Sign in
boringssl
/
boringssl
/
93a5b442964d9770b5faa0fb381a8c4f43e65abe
/
.
/
crypto
/
cmac
/
CMakeLists.txt
blob: a346b248c1fb6d9ab35af194a9c5202ba4dcd1b2 [
file
] [
log
] [
blame
]
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
)