diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-22 23:19:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 23:19:34 +0800 |
commit | 25a78532b67032176b6c255019c203927cd004b4 (patch) | |
tree | fc7f56e33d80742d52a200fb12df468b1b606f29 | |
parent | e62d964ff57cc0b37eb908315f9afe3ce6a213d7 (diff) | |
parent | 849920d532c749b5ff73b196426f525130c4f1fa (diff) | |
download | lua-language-server-25a78532b67032176b6c255019c203927cd004b4.zip |
Merge pull request #1157 from sharksforarms/sharksforarms/fix-build-2
Include files required to compile
-rw-r--r-- | make/code_format.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index e4fe09ed..6cf5cfd7 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -21,6 +21,8 @@ lm:source_set 'code_format' { "Util/src/Utf8.cpp", --CodeService "CodeService/src/*.cpp", + "CodeService/src/Spell/*.cpp", + "Util/src/SymSpell/*.cpp", "CodeService/src/FormatElement/*.cpp", "CodeService/src/NameStyle/*.cpp" }, |