mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-24 17:22:41 +01:00
10 lines
83 B
Text
10 lines
83 B
Text
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
hkdf
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
hkdf.c
|
||
|
)
|