mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-09 11:44:14 +01:00
10 lines
78 B
Text
10 lines
78 B
Text
|
include_directories(../../include)
|
||
|
|
||
|
add_library(
|
||
|
pool
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
pool.c
|
||
|
)
|