summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt
blob: 676aa5d48ec43f27b0da84d0f6eebb0b7d47d7ad (plain)
1
2
3
4
5
6
fastd_cipher_impl(aes128-ctr nacl
  cipher_aes128_ctr_nacl.c
)
fastd_cipher_impl_include_directories(aes128-ctr nacl ${NACL_INCLUDE_DIRS})
fastd_cipher_impl_link_libraries(aes128-ctr nacl ${NACL_LIBRARIES})
fastd_cipher_impl_require(aes128-ctr nacl NACL)