Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 398 Bytes

File metadata and controls

7 lines (6 loc) · 398 Bytes

ConvTool

Some easy-to-use scripts

  • compile_run.sh
    • 功能:放在项目的Build文件夹内可以自动扫描上级目录example内的.cpp文件,并使用指令cmake --build . --target <filename> install执行编译和安装,以及询问是否在编译后执行
    • 可选参数:-y 编译后自动执行
    • 用法:执行./compile_run.sh -> 输入扫描到的文件数字编号