Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / crypto / stack / CMakeLists.txt
1 include_directories(. .. ../../include)
2
3 add_library(
4         stack
5
6         OBJECT
7
8         stack.c
9 )