cpp/build.sh

11 lines
71 B
Bash
Raw Normal View History

2024-11-04 17:09:25 +00:00
mkdir build
cd build
cmake ..
cmake --build .
cd ..
python test.py