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

add_library(
  xts

  OBJECT

  xts.c
)