1 Star 0 Fork 1

ziiwee/Catch2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.build 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin Hořeňovský 提交于 2024-05-05 20:58 . v3.6.0
# Copyright Catch2 Authors
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or copy at
# https://www.boost.org/LICENSE_1_0.txt)
# SPDX-License-Identifier: BSL-1.0
project(
'catch2',
'cpp',
version: '3.6.0', # CML version placeholder, don't delete
license: 'BSL-1.0',
meson_version: '>=0.54.1',
)
subdir('src/catch2')
if get_option('tests')
subdir('tests')
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ziiwee/Catch2.git
git@gitee.com:ziiwee/Catch2.git
ziiwee
Catch2
Catch2
devel

搜索帮助