Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
boringssl.googlesource.com
/
boringssl
/
1c58471cc9f4eae87ebf1b07e5f6754c45b40238
/
.
/
crypto
/
poly1305
/
CMakeLists.txt
blob: 5534e62c1066fc1693ac6b45097eb0b307c9e8ae [
file
] [
log
] [
blame
]
include_directories
(../../
include
)
if
(
$
{
ARCH
}
STREQUAL
"arm"
)
set
(
POLY1305_ARCH_SOURCES
poly1305_arm_asm
.
S
)
endif
()
add_library
(
poly1305
OBJECT
poly1305
.
c
poly1305_arm
.
c
poly1305_vec
.
c
$
{
POLY1305_ARCH_SOURCES
}
)