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