Example常用的编译脚本和 CmakeLists.txt
build.sh#!bin/sh
# Create makefile
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCM
2023-11-21