Moving from gitlab

This commit is contained in:
2026-01-09 13:14:33 +01:00
commit 6d5dccf85b
17 changed files with 1359 additions and 0 deletions

4
build-linux.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cmake -S . -B build-linux-x86_64
cmake --build build-linux-x86_64