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

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

add_library(
  dh_decrepit

  OBJECT

  dh_decrepit.c
)