dolphin/Externals/ed25519/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
180 B
CMake
Raw Normal View History

2019-01-19 22:26:03 +00:00
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)
dolphin_disable_warnings(ed25519)