Add IDE switch to CMake options, Add charset.png to dist
This commit is contained in:
@@ -14,7 +14,7 @@ if(COMMAND OBJCOPY_FILE)
|
||||
COMPILER_FLAGS "-mthumb -mthumb-interwork"
|
||||
)
|
||||
|
||||
OBJCOPY_FILE(../../../nostalgia)
|
||||
OBJCOPY_FILE(nostalgia)
|
||||
#PADBIN_FILE(nostalgia)
|
||||
endif()
|
||||
|
||||
@@ -26,6 +26,7 @@ target_link_libraries(
|
||||
)
|
||||
|
||||
add_custom_target("nostalgia.bin")
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
nostalgia
|
||||
@@ -33,3 +34,12 @@ install(
|
||||
bin
|
||||
)
|
||||
|
||||
if (NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
||||
install(
|
||||
FILES
|
||||
nostalgia.bin
|
||||
DESTINATION
|
||||
bin
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user