Restore ability to build GBA roms

This commit is contained in:
2017-05-16 01:35:32 -05:00
parent 1be4adf333
commit 049f0b2245
5 changed files with 31 additions and 22 deletions

View File

@ -24,3 +24,12 @@ target_link_libraries(
OxStd
OxFS
)
add_custom_target("nostalgia.bin")
install(
TARGETS
nostalgia
DESTINATION
bin
)