Files
dusk/scripts/build-rg35xxh.sh
2026-03-27 15:59:26 -05:00

7 lines
250 B
Bash
Executable File

#!/bin/bash
cmake -S . -B build-rg35xxh -G Ninja \
-DDUSK_BUILD_TESTS=ON \
-DDUSK_TARGET_SYSTEM=rg35xxh \
-DCMAKE_TOOLCHAIN_FILE=./cmake/toolchains/aarch64-linux-gnu.cmake \
-DCMAKE_BUILD_TYPE=Release
cmake --build build-rg35xxh -- -j$(nproc)