diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 13:10:52 +0500 |
| commit | 96bd73ae020ecca1f94698744c77498a89ad19f7 (patch) | |
| tree | dc0ee946138141e7a0327a7d3c566f4a37adff3f /build.unix.generic.sh | |
| parent | 6dc5194895b6bd61d19bf5c95021471784084325 (diff) | |
| download | voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.tar.bz2 voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.zip | |
Graft build scripts and buffer code from QFengine
Diffstat (limited to 'build.unix.generic.sh')
| -rwxr-xr-x | build.unix.generic.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.unix.generic.sh b/build.unix.generic.sh deleted file mode 100755 index 21be74d..0000000 --- a/build.unix.generic.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cmake -B build -DCMAKE_BUILD_TYPE=Release || exit 1 -cmake --build build --parallel $(nproc) || exit 1 -exit 0 |
