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

add_library(
  ecdh

  OBJECT

  ecdh.c
)