GLFW window
This commit is contained in:
5
build_and_run.sh
Executable file
5
build_and_run.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
rm test.out
|
||||
cmake .
|
||||
make
|
||||
./test.out
|
||||
Reference in New Issue
Block a user