22 Star 87 Fork 35

houzh / cdroid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeSettings.json 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
houzh 提交于 2023-09-14 19:01 . add CMakeSettings.json for visual studio
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DCDROID_CHIPSET=win32 -DENABLE_PINYIIN2HZ=OFF",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ],
"variables": []
}
]
}
C++
1
https://gitee.com/houstudio/cdroid.git
git@gitee.com:houstudio/cdroid.git
houstudio
cdroid
cdroid
master

搜索帮助