mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-25 09:34:24 +01:00
19 lines
193 B
CMake
19 lines
193 B
CMake
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
|
|
)
|