makepad/libs/xatlas/oracle/build.sh
Admin fbe877d746 Land glTF writers, remesh, PBR paint, and xatlas from rik2.
Animation/skin writers, COLOR_0, and the mesh tools the renderer uses.
2026-08-18 14:23:58 +02:00

6 lines
195 B
Bash
Executable file

#!/bin/sh
set -eu
cd "$(dirname "$0")"
c++ -O2 -std=c++17 -DNDEBUG -DXA_DEBUG=0 -DXA_MULTITHREADED=0 \
-o xatlas_oracle parametrize.cpp ../vendor/xatlas.cpp
echo "built $(pwd)/xatlas_oracle"