4 lines
69 B
CMake
4 lines
69 B
CMake
|
cmake_minimum_required(VERSION 2.6)
|
||
|
|
||
|
add_library(sha2 STATIC sha2.c)
|