Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
817ec3462e246b8301a73e44854e2bb3df90d5e6
/
.
/
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}
)