squawk/qomemo/signal/crypto/CMakeLists.txt

13 lines
278 B
CMake
Raw Normal View History

target_sources(squawk PRIVATE
aes_openssl.cpp
aes_openssl.h
crypto.cpp
crypto.h
hmac_sha256_openssl.cpp
hmac_sha256_openssl.h
sha512_digest_openssl.cpp
sha512_digest_openssl.h
2021-07-22 17:45:39 +00:00
ec.cpp
ec.h
)