mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
Fixed readme CMake version needed (3.12 to 3.14)
This commit is contained in:
parent
ae98f9cbf2
commit
4620b1bd70
|
@ -4,7 +4,7 @@ A small 2D C++ Game Framework, using few dependencies and simple code to mainain
|
||||||
**☆ This will likely see breaking changes! Use at your own risk! ☆**
|
**☆ This will likely see breaking changes! Use at your own risk! ☆**
|
||||||
|
|
||||||
#### building
|
#### building
|
||||||
- Requires C++17 and CMake 3.12+
|
- Requires C++17 and CMake 3.14+
|
||||||
- A single *Platform* implementation must be enabled:
|
- A single *Platform* implementation must be enabled:
|
||||||
- [SDL2](https://github.com/NoelFB/blah/blob/master/src/internal/platform_sdl2.cpp) can be enabled in CMake with `BLAH_PLATFORM_SDL2` (default)
|
- [SDL2](https://github.com/NoelFB/blah/blob/master/src/internal/platform_sdl2.cpp) can be enabled in CMake with `BLAH_PLATFORM_SDL2` (default)
|
||||||
- [WIN32](https://github.com/NoelFB/blah/blob/master/src/internal/platform_win32.cpp) (UNFINISHED) can be enabled in CMake with `BLAH_PLATFORM_WIN32`
|
- [WIN32](https://github.com/NoelFB/blah/blob/master/src/internal/platform_win32.cpp) (UNFINISHED) can be enabled in CMake with `BLAH_PLATFORM_WIN32`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user