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

add_library(
  stack

  OBJECT

  stack.c
)