Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / ssl / test / CMakeLists.txt
1 include_directories(../../include)
2
3 add_executable(
4         bssl_shim
5
6         async_bio.cc
7         bssl_shim.cc
8 )
9
10 target_link_libraries(bssl_shim ssl crypto)