mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Allow a suffix (e.g. the version) to be added when installing (#1406)
This commit is contained in:
@@ -91,6 +91,9 @@ foreach(PROG "asm" "fix" "gfx" "link")
|
||||
${rgb${PROG}_src}
|
||||
${common_src}
|
||||
)
|
||||
if(SUFFIX)
|
||||
set_target_properties(rgb${PROG} PROPERTIES SUFFIX ${SUFFIX})
|
||||
endif()
|
||||
install(TARGETS rgb${PROG} RUNTIME DESTINATION bin)
|
||||
endforeach()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user