mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-09 19:49:31 +01:00
20 lines
193 B
Text
20 lines
193 B
Text
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
bio
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
bio.c
|
||
|
bio_mem.c
|
||
|
buffer.c
|
||
|
connect.c
|
||
|
fd.c
|
||
|
file.c
|
||
|
hexdump.c
|
||
|
pair.c
|
||
|
printf.c
|
||
|
socket.c
|
||
|
socket_helper.c
|
||
|
)
|