Add custom new to GBA build

This commit is contained in:
2017-10-13 10:53:19 -05:00
parent 9c2e71045f
commit dd4556e4e1
2 changed files with 32 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
CPP
gba/gfx.cpp
gba/media.cpp
gba/mem.cpp
)
elseif(NOSTALGIA_BUILD_TYPE STREQUAL "Native")
set(CMAKE_INCLUDE_CURRENT_DIR ON)