2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-10-30 15:20:38 +00:00
GlosSI/buildSFML.sh

10 lines
234 B
Bash
Raw Normal View History

2021-10-15 14:50:52 +00:00
#!/usr/bin/env bash
cd deps/SFML
cmake -S . -B out/Debug -DCMAKE_BUILD_TYPE=Debug
cmake --build out/Debug --config Debug
cmake -S . -B out/Release -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build out/Release --config RelWithDebInfo