mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-11-15 00:12:51 +00:00
9 lines
238 B
Batchfile
9 lines
238 B
Batchfile
cd deps/SFML
|
|
|
|
cmake.exe -S . -B out/Debug -DCMAKE_BUILD_TYPE=Debug
|
|
cmake.exe --build out/Debug --config Debug
|
|
|
|
cmake.exe -S . -B out/Release -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
cmake.exe --build out/Release --config RelWithDebInfo
|
|
|
|
cd ../.. |