[nostalgia] Switch to strong int Error

This commit is contained in:
2019-07-28 00:32:42 -05:00
parent f4b336dd77
commit b107dc756b
21 changed files with 204 additions and 133 deletions
+13 -4
View File
@@ -1,8 +1,17 @@
add_executable(
nostalgia
main.cpp
)
if(NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
enable_language(C ASM)
add_executable(
nostalgia
main.cpp
startup.s
)
else()
add_executable(
nostalgia
main.cpp
)
endif()
if(COMMAND OBJCOPY_FILE)
set_target_properties(nostalgia