13 lines
278 B
CMake
13 lines
278 B
CMake
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
|
|
ec.cpp
|
|
ec.h
|
|
)
|