1 Star 0 Fork 1

沉默的忧伤/Catch2

forked from 幽鸟/Catch2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakePresets.json 837 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Hořeňovský 提交于 2022-02-22 15:47 . Add basic CMake presets
{
"version": 3,
"configurePresets": [
{
"name": "basic-tests",
"displayName": "Basic development build",
"description": "Enables development build with basic tests that are cheap to build and run",
"cacheVariables": {
"CATCH_DEVELOPMENT_BUILD": "ON"
}
},
{
"name": "all-tests",
"inherits": "basic-tests",
"displayName": "Full development build",
"description": "Enables development build with examples and ALL tests",
"cacheVariables": {
"CATCH_BUILD_EXAMPLES": "ON",
"CATCH_BUILD_EXTRA_TESTS": "ON",
"CATCH_BUILD_SURROGATES": "ON",
"CATCH_ENABLE_CONFIGURE_TESTS": "ON"
}
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lishaojing/Catch2.git
git@gitee.com:lishaojing/Catch2.git
lishaojing
Catch2
Catch2
devel

搜索帮助

0d507c66 1850385 C8b1a773 1850385