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

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

  OBJECT

  file_test.cc
  malloc.cc
  test_util.cc
)