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 13f0874757
commit 68db3cd83e

View File

@@ -714,6 +714,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}