summaryrefslogtreecommitdiffstats
path: root/src/methods/xsalsa20_poly1305/CMakeLists.txt
blob: 97dee39e94c87a5e6b2be69531d3af7f8126b096 (plain)
1
2
3
4
5
6
fastd_method(xsalsa20-poly1305
  xsalsa20_poly1305.c
)
fastd_method_include_directories(xsalsa20-poly1305 ${NACL_INCLUDE_DIRS})
fastd_method_link_libraries(xsalsa20-poly1305 method_common ${NACL_LIBRARIES})
fastd_method_require(xsalsa20-poly1305 NACL)