osmctools/build.sh
Alexander Borsuk f23d348f34 Build script
2021-09-04 22:42:34 +02:00

4 lines
65 B
Bash
Executable file

#!/usr/bin/env bash
cmake -DCMAKE_BUILD_TYPE=Release .
make -j3