summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt
blob: 50e2283a084413324de37dea18782e474cb5ec6b (plain)
1
2
3
4
5
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})