Merge branch 'rpi' of https://github.com/adrianiainlam/mouse-tracker-for-cubism into rpi
[mouse-tracker-for-cubism.git] / build.sh
1 #!/bin/sh
2
3 mkdir -p build && cd build
4
5 cmake .. -D CMAKE_BUILD_TYPE=Release
6 cmake --build . -j 6