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

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

add_library(
  des_decrepit

  OBJECT

  cfb64ede.c
)