mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-11 12:31:30 +01:00
11 lines
104 B
CMake
11 lines
104 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
bytestring
|
|
|
|
OBJECT
|
|
|
|
ber.c
|
|
cbs.c
|
|
cbb.c
|
|
)
|