mirror of
https://git.planet-casio.com/Lephenixnoir/JustUI.git
synced 2024-12-28 04:23:40 +01:00
bump version to 1.2.0
This commit is contained in:
parent
6464074c12
commit
43ca998a14
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Just UI
|
||||
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(JustUI VERSION 1.0 LANGUAGES C)
|
||||
find_package(Gint 2.1 REQUIRED)
|
||||
project(JustUI VERSION 1.2.0 LANGUAGES C)
|
||||
find_package(Gint 2.8 REQUIRED)
|
||||
include(Fxconv)
|
||||
|
||||
set(CMAKE_INSTALL_MESSAGE LAZY)
|
||||
|
|
Loading…
Reference in a new issue