Initialisierung

This commit is contained in:
2020-04-19 14:49:21 +02:00
parent 3fdd1b36fc
commit 9fd48d50e3
293 changed files with 38035 additions and 0 deletions

6
lib/ed25519/CMakeLists.txt Executable file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.4.1)
aux_source_directory(. ed25519_src)
set(DIR_SRCS ${ed25519_src})
add_library( ed25519
STATIC
${DIR_SRCS})