From 68db3cd83e41dcc63940566638b598d0558c9e16 Mon Sep 17 00:00:00 2001 From: Diomendius <42310725+Diomendius@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:29:29 +1200 Subject: [PATCH] Add Executable build target This is meant as an alias to the name of the main executable, for consistency with the Executable install component. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ff390b..77dec09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -714,6 +714,8 @@ add_house("Teddy World") add_house("The Asylum Pro") add_house("Titanic") +add_custom_target(Executable DEPENDS "${EXECNAME}") + add_custom_target(Resources ALL DEPENDS ${DATA_FILES}