Saturn builds

This commit is contained in:
2026-06-21 10:00:30 -05:00
parent 0438011ca3
commit 7f8bcf07e8
82 changed files with 1153 additions and 629 deletions
+2
View File
@@ -11,6 +11,8 @@ if [ -z "$YAUL_INSTALL_ROOT" ]; then
fi
mkdir -p build-saturn
# Remove stale cache so toolchain flag changes (CMAKE_*_FLAGS_INIT) take effect.
rm -f build-saturn/CMakeCache.txt
cmake -S . -B build-saturn \
-DDUSK_TARGET_SYSTEM=saturn \
-DCMAKE_TOOLCHAIN_FILE="cmake/toolchains/saturn.cmake" \