Update build system
This commit is contained in:
@ -6,10 +6,13 @@ set(WOMBAT_BUILD_TYPE "Native" CACHE STRING "The type of build to produce(Native
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
|
||||
include(address_sanitizer)
|
||||
include(GBA)
|
||||
|
||||
if (WOMBAT_BUILD_TYPE STREQUAL "GBA")
|
||||
include(GBA)
|
||||
endif()
|
||||
|
||||
add_definitions(
|
||||
-std=c++14
|
||||
-std=c++11
|
||||
-Wall
|
||||
-Wsign-compare
|
||||
-nostdlib
|
||||
|
Reference in New Issue
Block a user