mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-09 03:43:36 +01:00
9 lines
78 B
CMake
9 lines
78 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
conf
|
|
|
|
OBJECT
|
|
|
|
conf.c
|
|
)
|