summaryrefslogtreecommitdiffstats
path: root/src/crypto/ecdh/CMakeLists.txt
blob: 8eaeae5e70c6dc5a8e8345e94c8e88812d3fc1e2 (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  ecdh

  OBJECT

  ecdh.c
)