Newer
Older
Telegram / TMessagesProj / jni / boringssl / crypto / dh / CMakeLists.txt
ubt on 31 Oct 2017 124 bytes init
include_directories(. .. ../../include)

add_library(
  dh

  OBJECT

  dh.c
  dh_impl.c
  params.c
  check.c
  dh_asn1.c
)