cmake_minimum_required(VERSION 3.4.1)
add_library(tiny-edhc
        SHARED
        ecdh.c
        ecdh_jni.c)
