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

normalise license snippets/copyright & cmake stuff

This commit is contained in:
2024-04-11 04:25:28 +10:00
parent 835b80256f
commit b29c61774c
18 changed files with 32 additions and 17 deletions

View File

@@ -8,7 +8,6 @@ project(tmx2gba
option(USE_ZLIB "Use zlib instead of bundled miniz" "${UNIX}")
option(USE_BUNDLED_PUGIXML "Use bundled PUGIXML" ON)
option(USE_BUNDLED_ZSTD "Use bundled libzstd" ON)
option(USE_BUNDLED_TMXLITE "Use bundled tmxlite" ON)
option(TMX2GBA_DKP_INSTALL "Install into DEVKITPRO prefix" OFF)