Some useful scripts, to config your project.
bash -c "$(wget -q -O- https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-linux.sh)"
Wrtie your own codes on src directory
CPU=m1 bash -c "$(curl -LfsS -r 5 https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-mac.sh)"
(CMakeList is written by AmirMohammad, so, thanks!)
CPU=intel bash -c "$(curl -LfsS -r 5 https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-mac.sh)"