boringssl/crypto/chacha/CMakeLists.txt
David Benjamin 1fcae84a4f Flatten assembly files.
Change-Id: I37438652b7e73ce16e50b5b1b8ba011b5076ded8
Reviewed-on: https://boringssl-review.googlesource.com/31585
Reviewed-by: Adam Langley <agl@google.com>
2018-09-05 23:39:59 +00:00

10 lines
82 B
CMake

include_directories(../../include)
add_library(
chacha
OBJECT
chacha.c
)