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

10 lines
234 B
Bash
Executable File

#!/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