summaryrefslogtreecommitdiffstats
path: root/src/crypto/buf/CMakeLists.txt
blob: 63f10255b029cab60a1565a7791d7f862faff74c (plain)
1
2
3
4
5
6
7
8
9
include_directories(../../include)

add_library(
  buf

  OBJECT

  buf.c
)