Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / crypto / pkcs8 / CMakeLists.txt
1 include_directories(. .. ../../include)
2
3 add_library(
4         pkcs8
5
6         OBJECT
7
8         pkcs8.c
9         p8_pkey.c
10         p5_pbe.c
11         p5_pbev2.c
12         pkcs8_error.c
13 )
14
15 add_executable(
16         pkcs12_test
17
18         pkcs12_test.c
19 )
20
21 target_link_libraries(pkcs12_test crypto)