Add conclusion page to wizard and prevent recreating already existing

projects
This commit is contained in:
2017-05-03 23:20:53 -05:00
parent 973b7e97b1
commit 258be70528
4 changed files with 50 additions and 27 deletions

View File

@ -9,15 +9,17 @@ include(address_sanitizer)
if (WOMBAT_BUILD_TYPE STREQUAL "GBA")
include(GBA)
add_definitions(
-nostdlib
-fno-exceptions
-fno-rtti
)
endif()
add_definitions(
-std=c++11
-Wall
-Wsign-compare
-nostdlib
-fno-exceptions
-fno-rtti
)
if (CMAKE_BUILD_TYPE STREQUAL "Release")