cpp/build.sh
2024-11-10 15:52:54 +01:00

11 lines
79 B
Bash

mkdir build
cd build || exit
cmake ..
cmake --build .
cd ..
python test.py