Fix order of header file names in CMakeLists.txt.
This commit is contained in:
parent
e063a7349d
commit
c7282217a2
@ -631,10 +631,10 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/BusinessRecipients.h
|
||||
td/telegram/BusinessWorkHours.h
|
||||
td/telegram/CallActor.h
|
||||
td/telegram/CallbackQueriesManager.h
|
||||
td/telegram/CallDiscardReason.h
|
||||
td/telegram/CallId.h
|
||||
td/telegram/CallManager.h
|
||||
td/telegram/CallbackQueriesManager.h
|
||||
td/telegram/ChainId.h
|
||||
td/telegram/ChannelId.h
|
||||
td/telegram/ChannelParticipantFilter.h
|
||||
@ -668,9 +668,9 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/DialogFilterId.h
|
||||
td/telegram/DialogFilterInviteLink.h
|
||||
td/telegram/DialogFilterManager.h
|
||||
td/telegram/DialogInviteLinkManager.h
|
||||
td/telegram/DialogId.h
|
||||
td/telegram/DialogInviteLink.h
|
||||
td/telegram/DialogInviteLinkManager.h
|
||||
td/telegram/DialogListId.h
|
||||
td/telegram/DialogLocation.h
|
||||
td/telegram/DialogManager.h
|
||||
@ -810,8 +810,8 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/net/PublicRsaKeySharedMain.h
|
||||
td/telegram/net/PublicRsaKeyWatchdog.h
|
||||
td/telegram/net/Session.h
|
||||
td/telegram/net/SessionProxy.h
|
||||
td/telegram/net/SessionMultiProxy.h
|
||||
td/telegram/net/SessionProxy.h
|
||||
td/telegram/net/TempAuthKeyWatchdog.h
|
||||
td/telegram/NewPasswordState.h
|
||||
td/telegram/Notification.h
|
||||
@ -824,8 +824,8 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/NotificationManager.h
|
||||
td/telegram/NotificationObjectFullId.h
|
||||
td/telegram/NotificationObjectId.h
|
||||
td/telegram/NotificationSettingsScope.h
|
||||
td/telegram/NotificationSettingsManager.h
|
||||
td/telegram/NotificationSettingsScope.h
|
||||
td/telegram/NotificationSound.h
|
||||
td/telegram/NotificationSoundType.h
|
||||
td/telegram/NotificationType.h
|
||||
@ -871,8 +871,8 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/ScheduledServerMessageId.h
|
||||
td/telegram/ScopeNotificationSettings.h
|
||||
td/telegram/SecretChatActor.h
|
||||
td/telegram/SecretChatId.h
|
||||
td/telegram/SecretChatDb.h
|
||||
td/telegram/SecretChatId.h
|
||||
td/telegram/SecretChatLayer.h
|
||||
td/telegram/SecretChatsManager.h
|
||||
td/telegram/SecretInputMedia.h
|
||||
@ -901,9 +901,9 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/StoryContent.h
|
||||
td/telegram/StoryContentType.h
|
||||
td/telegram/StoryDb.h
|
||||
td/telegram/StoryForwardInfo.h
|
||||
td/telegram/StoryFullId.h
|
||||
td/telegram/StoryId.h
|
||||
td/telegram/StoryForwardInfo.h
|
||||
td/telegram/StoryInteractionInfo.h
|
||||
td/telegram/StoryListId.h
|
||||
td/telegram/StoryManager.h
|
||||
@ -956,8 +956,8 @@ set(TDLIB_SOURCE_PART2
|
||||
td/telegram/BusinessRecipients.hpp
|
||||
td/telegram/BusinessWorkHours.hpp
|
||||
td/telegram/ChatReactions.hpp
|
||||
td/telegram/DialogNotificationSettings.hpp
|
||||
td/telegram/DialogFilter.hpp
|
||||
td/telegram/DialogNotificationSettings.hpp
|
||||
td/telegram/Dimensions.hpp
|
||||
td/telegram/Document.hpp
|
||||
td/telegram/DocumentsManager.hpp
|
||||
|
@ -21,9 +21,9 @@ set(TDACTOR_SOURCE
|
||||
td/actor/impl/ActorId.h
|
||||
td/actor/impl/ActorInfo-decl.h
|
||||
td/actor/impl/ActorInfo.h
|
||||
td/actor/impl/Event.h
|
||||
td/actor/impl/EventFull-decl.h
|
||||
td/actor/impl/EventFull.h
|
||||
td/actor/impl/Event.h
|
||||
td/actor/impl/Scheduler-decl.h
|
||||
td/actor/impl/Scheduler.h
|
||||
td/actor/MultiPromise.h
|
||||
|
@ -139,8 +139,8 @@ set(TDUTILS_SOURCE
|
||||
td/utils/port/EventFdBase.h
|
||||
td/utils/port/FileFd.h
|
||||
td/utils/port/FromApp.h
|
||||
td/utils/port/IPAddress.h
|
||||
td/utils/port/IoSlice.h
|
||||
td/utils/port/IPAddress.h
|
||||
td/utils/port/MemoryMapping.h
|
||||
td/utils/port/Mutex.h
|
||||
td/utils/port/path.h
|
||||
@ -213,8 +213,8 @@ set(TDUTILS_SOURCE
|
||||
td/utils/ExitGuard.h
|
||||
td/utils/FileLog.h
|
||||
td/utils/filesystem.h
|
||||
td/utils/fixed_vector.h
|
||||
td/utils/find_boundary.h
|
||||
td/utils/fixed_vector.h
|
||||
td/utils/FlatHashMap.h
|
||||
td/utils/FlatHashMapChunks.h
|
||||
td/utils/FlatHashSet.h
|
||||
@ -245,8 +245,8 @@ set(TDUTILS_SOURCE
|
||||
td/utils/MovableValue.h
|
||||
td/utils/MpmcQueue.h
|
||||
td/utils/MpmcWaiter.h
|
||||
td/utils/MpscPollableQueue.h
|
||||
td/utils/MpscLinkQueue.h
|
||||
td/utils/MpscPollableQueue.h
|
||||
td/utils/Named.h
|
||||
td/utils/NullLog.h
|
||||
td/utils/ObjectPool.h
|
||||
|
Loading…
Reference in New Issue
Block a user