文本文件  |  10行  |  80 B

include_directories(../../include)

add_library(
  stack

  OBJECT

  stack.c
)