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

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

add_library(
  bio_decrepit

  OBJECT

  base64_bio.c
)