This website requires JavaScript.
Explore
Help
Sign In
Sara
/
basic-game-framework
Watch
1
Star
1
Fork
You've already forked basic-game-framework
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2a2ea2c784
basic-game-framework
/
release
4 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE
=
Release
&&
cmake --build build
&&
bin/sim-game
Reference in New Issue
View Git Blame
Copy Permalink