【添加】Windows平台配置及CMake调整

This commit is contained in:
wdp
2025-01-18 19:46:56 +08:00
parent 86f98db430
commit 8de1dfb3aa
4 changed files with 53 additions and 17 deletions

19
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/3rd/**",
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
"intelliSenseMode": "windows-gcc-x86"
}
],
"version": 4
}