mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-11 12:31:30 +01:00
13 lines
132 B
CMake
13 lines
132 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
rsa
|
|
|
|
OBJECT
|
|
|
|
rsa.c
|
|
rsa_impl.c
|
|
blinding.c
|
|
padding.c
|
|
rsa_asn1.c
|
|
)
|