mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
6 lines
168 B
CMake
Executable File
6 lines
168 B
CMake
Executable File
cmake_minimum_required(VERSION 3.4.1)
|
|
aux_source_directory(. curve25519_src)
|
|
set(DIR_SRCS ${curve25519_src})
|
|
add_library( curve25519
|
|
STATIC
|
|
${DIR_SRCS}) |