1 Star 0 Fork 3

somdee/智能零售购物助手

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakePresets.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
somdee 提交于 2024-07-06 10:20 . tts的实现
{
"version": 8,
"configurePresets": [
{
"name": "native",
"displayName": "GCC 10.2.1 x86_64-linux-gnu",
"description": "使用编译器: C = /usr/bin/gcc, CXX = /usr/bin/g++",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"CMAKE_C_COMPILER": "/usr/bin/gcc",
"CMAKE_CXX_COMPILER": "/usr/bin/g++",
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
"name": "cross",
"displayName": "GCC 10.2.1 arm-linux-gnueabihf",
"description": "使用编译器: C = /usr/bin/arm-linux-gnueabihf-gcc, CXX = /usr/bin/arm-linux-gnueabihf-g++",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"CMAKE_C_COMPILER": "/usr/bin/arm-linux-gnueabihf-gcc",
"CMAKE_CXX_COMPILER": "/usr/bin/arm-linux-gnueabihf-g++",
"CMAKE_BUILD_TYPE": "Debug"
}
}
],
"testPresets": [
{
"name": "native",
"description": "",
"displayName": "",
"configurePreset": "cross"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/somdee/Intelligent-Retail-Shopping-Assistant.git
git@gitee.com:somdee/Intelligent-Retail-Shopping-Assistant.git
somdee
Intelligent-Retail-Shopping-Assistant
智能零售购物助手
master

搜索帮助