5 Star 28 Fork 2

Chobits / pyincpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
xmake.lua 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
set_license("GPL-3.0")
set_languages("cxx20")
add_rules("mode.debug", "mode.release")
add_requires("catch2")
target("test")
set_kind("binary")
add_packages("catch2")
add_files("tests/*.cpp|compatibility.cpp")
target("bench")
set_kind("binary")
add_packages("catch2")
add_files("benches/*.cpp")
C++
1
https://gitee.com/ChobitsY/pyincpp.git
git@gitee.com:ChobitsY/pyincpp.git
ChobitsY
pyincpp
pyincpp
main

搜索帮助