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

Merge branch 'master' into argparse

# Conflicts:
#	CMakeLists.txt
#	src/tmx2gba.cpp
This commit is contained in:
2024-03-21 04:50:30 +11:00
3 changed files with 15 additions and 4 deletions

View File

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