From d2823a93a13e6f14d0e49a8bb34f600c2972a3d2 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 62ee7df..18839da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -698,6 +698,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}