mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-10 12:02:33 +01:00
9 lines
82 B
CMake
9 lines
82 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
base64
|
|
|
|
OBJECT
|
|
|
|
base64.c
|
|
)
|