mirror of
https://github.com/NoelFB/tiny_link.git
synced 2025-06-29 19:25:27 +08:00
Merge pull request #3 from akien-mga/cmake-3.12
CMake: Bump required version to 3.12 (needed by blah)
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project(TinyLink)
|
project(TinyLink)
|
||||||
|
|
||||||
# C++ version
|
# C++ version
|
||||||
|
@ -7,7 +7,7 @@ I intend to add more documentation and clarify some of the code and assets over
|
|||||||
- [stream archive](https://twitch.tv/noelfb)
|
- [stream archive](https://twitch.tv/noelfb)
|
||||||
|
|
||||||
### building
|
### building
|
||||||
- You need C++17 and CMake
|
- You need C++17 and CMake 3.12+
|
||||||
- Make sure you have SDL2 headers & libraries, and make sure CMake can find them
|
- Make sure you have SDL2 headers & libraries, and make sure CMake can find them
|
||||||
- All the art was made in [Aseprite](https://www.aseprite.org/). To modify or add new sprites, you'll need to use aseprite.
|
- All the art was made in [Aseprite](https://www.aseprite.org/). To modify or add new sprites, you'll need to use aseprite.
|
||||||
|
|
||||||
|
Submodule libs/blah updated: 55f816043a...63466dc2ea
Reference in New Issue
Block a user