1 Star 0 Fork 0

斯文刘/vtextedit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
coc_update.cmd 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
tamlok 提交于 2020-11-29 16:12 . use c++14
@echo off
rem Update .ccls project file for ccls LPS and compile_flags.txt for clangd
if "%~1"=="" (
echo missing argument: the location of Qt's include directory
EXIT /B 0
)
set qt_inc=%~1
set qt_inc=%qt_inc:\=\\%
(
echo clang
echo -fcxx-exceptions
echo -std=c++14
echo -Isrc\\editor
echo -Isrc\\editor\\include
echo -Isrc\\editor\\textedit
echo -Isrc\\editor\\editor
echo -Isrc\\libs\\syntax-highlighting
echo -Isrc\\libs\\syntax-highlighting\\src\\lib
echo -Isrc\\libs\\syntax-highlighting\\augogenerated\\src\\lib
echo -Isrc\\libs\\katevi\\src
echo -Itests\\test_textfolding
echo -I%qt_inc%
echo -I%qt_inc%\\QtCore
echo -I%qt_inc%\\QtWebEngineWidgets
echo -I%qt_inc%\\QtSvg
echo -I%qt_inc%\\QtPrintSupport
echo -I%qt_inc%\\QtWidgets
echo -I%qt_inc%\\QtWebEngineCore
echo -I%qt_inc%\\QtGui
echo -I%qt_inc%\\QtWebChannel
echo -I%qt_inc%\\QtNetwork
echo -I%qt_inc%\\QtTest
) > ".ccls"
copy /Y .ccls compile_flags.txt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/siwenliu/vtextedit.git
git@gitee.com:siwenliu/vtextedit.git
siwenliu
vtextedit
vtextedit
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385