mirror of
https://github.com/TokTok/c-toxcore
synced 2026-04-14 00:05:42 +00:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
set -e
|
|
cmake -GNinja -B build -S .
|
|
cmake --build build --parallel "$(nproc)"
|