Set up CMAKE for Linux and Windows.

This commit is contained in:
2025-09-14 11:13:09 -05:00
parent a8c55c4ff1
commit 85b3f8c621
5 changed files with 477 additions and 0 deletions

8
run.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
# Rebuild
cmake --build build -j
# Run
./build/FPS_DRUID