Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / crypto / bytestring / CMakeLists.txt
1 include_directories(. .. ../../include)
2
3 add_library(
4         bytestring
5
6         OBJECT
7
8         ber.c
9         cbs.c
10         cbb.c
11 )
12
13 add_executable(
14         bytestring_test
15
16         bytestring_test.c
17 )
18
19 target_link_libraries(bytestring_test crypto)