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

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

add_library(
  evp_decrepit

  OBJECT

  dss1.c
  evp_do_all.c
)