CMakeLists.txt 236 字节
Newer Older
1
cc_library(paddle_ciphers SRCS cipher_utils.cc cipher.cc aes_cipher.cc DEPS cryptopp enforce)
2 3
cc_test(aes_cipher_test SRCS aes_cipher_test.cc DEPS paddle_ciphers)
cc_test(cipher_utils_test SRCS cipher_utils_test.cc DEPS paddle_ciphers)