[nostalgia/core] Fix GBA compile errors

This commit is contained in:
2019-10-28 00:41:20 -05:00
parent 4f81c47734
commit ce94af3f00
3 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
enable_language(C ASM)
set(
CPP
gba/core.cpp
gba/gfx.cpp
gba/media.cpp
gba/mem.cpp
@@ -35,6 +36,7 @@ add_library(
target_link_libraries(
NostalgiaCore PUBLIC
NostalgiaCommon
OxFS
)
if(NOSTALGIA_BUILD_TYPE STREQUAL "Native")