forked from blue/squawk
11 lines
250 B
CMake
11 lines
250 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
|
||
|
)
|