summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/aes128_ctr/nacl/CMakeLists.txt
blob: ab0d0e8e4c5cc91356c21246a21bcc43ef629642 (plain)
1
2
3
4
5
add_library(cipher_aes128_ctr_nacl OBJECT
  cipher_aes128_ctr_nacl.c
)
set_property(TARGET cipher_aes128_ctr_nacl PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}")
target_include_directories(cipher_aes128_ctr_nacl PRIVATE ${NACL_INCLUDE_DIRS})