mirror of
https://github.com/neocturne/libuecc.git
synced 2025-04-11 23:55:08 +02:00
7 lines
137 B
CMake
7 lines
137 B
CMake
include_directories(${LIBUECC_SOURCE_DIR}/include)
|
|
|
|
add_library(uecc STATIC ec25519.c)
|
|
|
|
install(TARGETS uecc
|
|
ARCHIVE DESTINATION lib
|
|
)
|