mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-24 09:16:11 +01:00
13 lines
121 B
Text
13 lines
121 B
Text
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
pkcs8
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
pkcs8.c
|
||
|
p8_pkey.c
|
||
|
p5_pbe.c
|
||
|
p5_pbev2.c
|
||
|
)
|