1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

cut a versioned release before making potentially breaking changes

This commit is contained in:
2024-03-21 04:38:23 +11:00
parent a222235605
commit d59fb39857
3 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(tmx2gba)
cmake_minimum_required(VERSION "3.5" FATAL_ERROR)
project(tmx2gba VERSION "0.3")
# Options
option(TMX2GBA_DKP_INSTALL "Install into DEVKITPRO prefix" OFF)