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