This commit is contained in:
2024-11-02 21:29:23 +08:00
commit f8431897e9
45 changed files with 785 additions and 0 deletions

3
script/test.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
#使用该脚本编译并测试项目或者使用ide的插件进行编译和测试
cmake build -B build . && cd build && cmake --build . && ctest