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

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

add_library(
  xts

  OBJECT

  xts.c
)