mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 17:08:00 +08:00
[env]: Change hard-code settings to be generated by py
This commit is contained in:
11
scripts/config_files/.clangd
Normal file
11
scripts/config_files/.clangd
Normal file
@ -0,0 +1,11 @@
|
||||
CompileFlags:
|
||||
Add: [
|
||||
-DUNICODE,
|
||||
-D_UNICODE,
|
||||
"-std=c++17",
|
||||
"-IC:/Users/19833/EDisk/CppCodes/ImeCodes/googlepinyinime-rev/build/vcpkg_installed/x64-windows/include",
|
||||
# -Wno-unused-value,
|
||||
] # ignore some specific warnings
|
||||
CompilationDatabase: build/ # Search build/ directory for compile_commands.json
|
||||
# Diagnostics:
|
||||
# UnusedIncludes: None # ignore unused includes
|
Reference in New Issue
Block a user