mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 09:11:39 -05:00
Added lib_spellcheck.
This commit is contained in:
parent
1056021059
commit
6e95cfc24d
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -46,3 +46,6 @@
|
|||
[submodule "Telegram/lib_tl"]
|
||||
path = Telegram/lib_tl
|
||||
url = https://github.com/desktop-app/lib_tl.git
|
||||
[submodule "Telegram/lib_spellcheck"]
|
||||
path = Telegram/lib_spellcheck
|
||||
url = https://github.com/desktop-app/lib_spellcheck
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'<(submodules_loc)/codegen/codegen.gyp:codegen_style',
|
||||
'<(submodules_loc)/lib_base/lib_base.gyp:lib_base',
|
||||
'<(submodules_loc)/lib_ui/lib_ui.gyp:lib_ui',
|
||||
'<(submodules_loc)/lib_spellcheck/lib_spellcheck.gyp:lib_spellcheck',
|
||||
'<(third_party_loc)/libtgvoip/libtgvoip.gyp:libtgvoip',
|
||||
'<(submodules_loc)/lib_lottie/lib_lottie.gyp:lib_lottie',
|
||||
'tests/tests.gyp:tests',
|
||||
|
|
1
Telegram/lib_spellcheck
Submodule
1
Telegram/lib_spellcheck
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 157037fab0aa4c60507a14b622ce582f5832b370
|
Loading…
Add table
Reference in a new issue