libretro-dolphin/Externals/ed25519/CMakeLists.txt
2019-02-06 20:50:09 +01:00

14 lines
146 B
CMake

project(ed25519 C)
add_library(ed25519
add_scalar.c
ge.c
keypair.c
seed.c
sign.c
fe.c
key_exchange.c
sc.c
sha512.c
verify.c)