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