cpp/build.sh

11 lines
79 B
Bash
Raw Normal View History

2024-11-04 17:09:25 +00:00
mkdir build
2024-11-10 14:52:54 +00:00
cd build || exit
2024-11-04 17:09:25 +00:00
cmake ..
cmake --build .
cd ..
python test.py