compile_example.sh 52 B

12345
  1. rm -fr build
  2. mkdir build
  3. cd build
  4. cmake ../ $@
  5. make