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

Add install rule and update readme with new instructions

This commit is contained in:
2023-01-09 03:23:12 +11:00
parent ccde64ab4e
commit 46ad0da66c
3 changed files with 32 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(tmx2gba)
# Options
option(TMX2GBA_DKP_INSTALL "Install into DEVKITPRO prefix" OFF)
# C++11 & C99
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 99)