mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-08 14:58:11 -04:00
Release 0.18.1
This commit is contained in:
parent
120635b1a8
commit
cc198c9a56
@ -2,6 +2,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 0.18.1 - 2023-04-17
|
||||||
|
### Fixed
|
||||||
|
* Fix SDL2main library link order
|
||||||
|
|
||||||
## 0.18.0 - 2023-03-27
|
## 0.18.0 - 2023-03-27
|
||||||
### Changed
|
### Changed
|
||||||
* Switch SDL2_{mixer,mixer,ttf} detection to upstream CMake scripts
|
* Switch SDL2_{mixer,mixer,ttf} detection to upstream CMake scripts
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
||||||
|
|
||||||
# meta
|
# meta
|
||||||
project(libSDL2pp LANGUAGES CXX VERSION 0.18.0)
|
project(libSDL2pp LANGUAGES CXX VERSION 0.18.1)
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user