wxwidgets_opencv_example/compile.sh

6 lines
77 B
Bash
Raw Normal View History

2023-08-05 18:02:02 +00:00
#!/bin/bash
mkdir -p build
cd build
cmake ..
make -j # builds with all cores