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

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

add_library(
  stack

  OBJECT

  stack.c
)