Start on Nostalgia Studio

This commit is contained in:
2017-04-16 01:00:50 -05:00
parent 6b1ccc7ed2
commit 60b4a32995
21 changed files with 521 additions and 16 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.8)
cmake_minimum_required(VERSION 2.8.11)
if(WOMBAT_BUILD_TYPE STREQUAL "GBA")
enable_language(C ASM)
@@ -8,6 +8,9 @@ if(WOMBAT_BUILD_TYPE STREQUAL "GBA")
gba/media.cpp
)
elseif(WOMBAT_BUILD_TYPE STREQUAL "Native")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(
CPP
qt/gfx.cpp