mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-22 06:57:51 +00:00
Update TDLib.
This commit is contained in:
parent
fbb8b4ce37
commit
cbd974f850
@ -48,7 +48,7 @@ if (CLANG OR GCC)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(TG_HTTP_CLIENT_SOURCE
|
||||
set(TELEGRAM_BOT_API_SOURCE
|
||||
telegram-bot-api/telegram-bot-api.cpp
|
||||
|
||||
telegram-bot-api/Client.cpp
|
||||
@ -70,7 +70,7 @@ set(TG_HTTP_CLIENT_SOURCE
|
||||
telegram-bot-api/WebhookActor.h
|
||||
)
|
||||
|
||||
add_executable(telegram-bot-api ${TG_HTTP_CLIENT_SOURCE})
|
||||
add_executable(telegram-bot-api ${TELEGRAM_BOT_API_SOURCE})
|
||||
target_include_directories(telegram-bot-api PRIVATE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
|
||||
target_link_libraries(telegram-bot-api PRIVATE memprof tdactor tdcore tddb tdnet tdutils)
|
||||
|
||||
|
2
td
2
td
@ -1 +1 @@
|
||||
Subproject commit b21d667bdfb13df15f249896155f98f175a89657
|
||||
Subproject commit f9a600c401ba20af7e07ee60e12b1de28dd2e14c
|
Loading…
Reference in New Issue
Block a user