Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
ea72bd0b6033bc35d6a06da86e909a578d3d5daa
/
.
/
crypto
/
chacha
/
CMakeLists.txt
blob: d23ecb1d1c1774841add41cdbaba631875b7c180 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
if (${ARCH} STREQUAL "arm")
set(
CHACHA_ARCH_SOURCES
chacha_vec_arm.S
)
endif()
add_library(
chacha
OBJECT
chacha_generic.c
chacha_vec.c
${CHACHA_ARCH_SOURCES}
)