summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-03-23 12:46:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-03-23 12:46:45 (GMT)
commit5386dc582b47727c099ded3f1d7621f99e39167e (patch)
tree2981a2440d2308c50a32afc1791714780e7c040e /Source/cmTarget.cxx
parentec060e676135309ff8ea8ccd07c22ea78b4e1728 (diff)
parentb3d17975087a41ad799e8f5566d50212f3f0e0b3 (diff)
downloadCMake-5386dc582b47727c099ded3f1d7621f99e39167e.zip
CMake-5386dc582b47727c099ded3f1d7621f99e39167e.tar.gz
CMake-5386dc582b47727c099ded3f1d7621f99e39167e.tar.bz2
Merge topic 'autogen-exe-vars'
b3d1797508 Autogen: Add CMAKE_AUTO*_EXECUTABLE variables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8352
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 3f43183..5e55871 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -438,13 +438,16 @@ TargetProperty const StaticTargetProperties[] = {
{ "AUTOMOC_MACRO_NAMES"_s, IC::CanCompileSources },
{ "AUTOMOC_MOC_OPTIONS"_s, IC::CanCompileSources },
{ "AUTOMOC_PATH_PREFIX"_s, IC::CanCompileSources },
+ { "AUTOMOC_EXECUTABLE"_s, IC::CanCompileSources },
// ---- uic
{ "AUTOUIC"_s, IC::CanCompileSources },
{ "AUTOUIC_OPTIONS"_s, IC::CanCompileSources },
{ "AUTOUIC_SEARCH_PATHS"_s, IC::CanCompileSources },
+ { "AUTOUIC_EXECUTABLE"_s, IC::CanCompileSources },
// ---- rcc
{ "AUTORCC"_s, IC::CanCompileSources },
{ "AUTORCC_OPTIONS"_s, IC::CanCompileSources },
+ { "AUTORCC_EXECUTABLE"_s, IC::CanCompileSources },
// Linking properties
{ "ENABLE_EXPORTS"_s, IC::TargetWithSymbolExports },