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: ee3bf33b39fb23a44f5692adff25aba56b45cf07 (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  evp_decrepit

  OBJECT

  evp_do_all.c
)