Initial project setup
Some checks failed
Build / Build (push) Failing after 31s

This commit is contained in:
2026-05-31 22:33:57 -04:00
commit 2bd126f46f
24 changed files with 794 additions and 0 deletions

8
scripts/configure-release.sh Executable file
View File

@@ -0,0 +1,8 @@
#/bin/bash
cd ..
mkdir -p build
cd build
mkdir -p release
cd release
cmake ../../ -G Ninja -DCMAKE_BUILD_TYPE=Release