Nove repo opengl-learning
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ $1 == "-d" ]]; then
|
||||
echo "Debug configuration"
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
|
||||
else
|
||||
echo "Release configuration"
|
||||
cmake -S . -B build
|
||||
fi
|
||||
Reference in New Issue
Block a user