We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197bcf2 commit 4e0c631Copy full SHA for 4e0c631
CodeFormatServer/CMakeLists.txt
@@ -10,7 +10,7 @@ target_include_directories(CodeFormatServer PUBLIC
10
${LuaCodeStyle_SOURCE_DIR}/include
11
${LuaCodeStyle_SOURCE_DIR}/3rd/asio-1.20.0/include
12
${LuaCodeStyle_SOURCE_DIR}/3rd/nlohmann_json/include
13
- #${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/include
+ ${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/include
14
src
15
)
16
@@ -43,7 +43,7 @@ target_sources(CodeFormatServer
43
${CodeFormatServer_SOURCE_DIR}/src/VSCode.cpp
44
45
# mimalloc
46
- #${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/src/static.c
+ ${LuaCodeStyle_SOURCE_DIR}/3rd/mimalloc-2.0.3/src/static.c
47
48
49
target_link_libraries(CodeFormatServer PUBLIC CodeService)
0 commit comments