mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-11 02:39:23 +01:00
9 lines
80 B
CMake
9 lines
80 B
CMake
include_directories(../../include)
|
|
|
|
add_library(
|
|
lhash
|
|
|
|
OBJECT
|
|
|
|
lhash.c
|
|
)
|