Add Executable build target

This is meant as an alias to the name of the main executable, for
consistency with the Executable install component.
This commit is contained in:
Diomendius
2024-07-08 16:29:29 +12:00
parent c764f8cb42
commit d2823a93a1

View File

@@ -698,6 +698,8 @@ add_house("Teddy World")
add_house("The Asylum Pro") add_house("The Asylum Pro")
add_house("Titanic") add_house("Titanic")
add_custom_target(Executable DEPENDS "${EXECNAME}")
add_custom_target(Resources ALL add_custom_target(Resources ALL
DEPENDS DEPENDS
${DATA_FILES} ${DATA_FILES}