mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-09 19:49:31 +01:00
9 lines
83 B
CMake
9 lines
83 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
hkdf
|
|
|
|
OBJECT
|
|
|
|
hkdf.c
|
|
)
|