Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « ecdh « crypto - github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8eaeae5e70c6dc5a8e8345e94c8e88812d3fc1e2 (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  ecdh

  OBJECT

  ecdh.c
)