mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
first commit
This commit is contained in:
6
lib/curve25519/CMakeLists.txt
Executable file
6
lib/curve25519/CMakeLists.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
aux_source_directory(. curve25519_src)
|
||||
set(DIR_SRCS ${curve25519_src})
|
||||
add_library( curve25519
|
||||
STATIC
|
||||
${DIR_SRCS})
|
||||
Reference in New Issue
Block a user