boringssl/crypto/poly1305/CMakeLists.txt

12 lines
120 B
CMake
Raw Normal View History

include_directories(../../include)
2014-06-20 20:00:00 +01:00
add_library(
poly1305
2014-06-20 20:00:00 +01:00
OBJECT
2014-06-20 20:00:00 +01:00
poly1305.c
poly1305_arm.c
poly1305_vec.c
2014-06-20 20:00:00 +01:00
)