1fcae84a4f
Change-Id: I37438652b7e73ce16e50b5b1b8ba011b5076ded8 Reviewed-on: https://boringssl-review.googlesource.com/31585 Reviewed-by: Adam Langley <agl@google.com>
12 lines
120 B
CMake
12 lines
120 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
poly1305
|
|
|
|
OBJECT
|
|
|
|
poly1305.c
|
|
poly1305_arm.c
|
|
poly1305_vec.c
|
|
)
|