0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 07:53:43 +00:00
Benedikt Galbavy 920cf8ec23
Some checks are pending
/ cpp-linter (push) Waiting to run
ghaction specified clang to treat code as c++
2024-05-27 14:34:47 +02:00
2024-02-03 17:30:33 +01:00
2024-02-02 22:29:28 +01:00
2024-02-02 21:49:24 +01:00
2024-04-30 18:26:52 +02:00
2024-01-11 16:12:49 +01:00

Compiling:
git submodule update --init --recursive # only needed once
cmake -S . -B build
cmake --build build

For Windows systems using MinGW the flag -G "MinGW Makefiles" has to be specified

The executable can be found as build/SDL_Minigame after building

Description
No description provided
Readme 20 MiB
Languages
C++ 97.9%
CMake 1.5%
C 0.6%