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

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

add_library(
  x509_decrepit

  OBJECT

  x509_decrepit.c
)