diff options
author | Brad King <brad.king@kitware.com> | 2023-03-23 12:46:37 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-23 12:46:45 (GMT) |
commit | 5386dc582b47727c099ded3f1d7621f99e39167e (patch) | |
tree | 2981a2440d2308c50a32afc1791714780e7c040e /Help/variable | |
parent | ec060e676135309ff8ea8ccd07c22ea78b4e1728 (diff) | |
parent | b3d17975087a41ad799e8f5566d50212f3f0e0b3 (diff) | |
download | CMake-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 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_AUTOMOC_EXECUTABLE.rst | 10 | ||||
-rw-r--r-- | Help/variable/CMAKE_AUTORCC_EXECUTABLE.rst | 10 | ||||
-rw-r--r-- | Help/variable/CMAKE_AUTOUIC_EXECUTABLE.rst | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOMOC_EXECUTABLE.rst b/Help/variable/CMAKE_AUTOMOC_EXECUTABLE.rst new file mode 100644 index 0000000..150a73a --- /dev/null +++ b/Help/variable/CMAKE_AUTOMOC_EXECUTABLE.rst @@ -0,0 +1,10 @@ +CMAKE_AUTOMOC_EXECUTABLE +------------------------ + +.. versionadded:: 3.27 + +This variable is used to initialize the :prop_tgt:`AUTOMOC_EXECUTABLE` +property on all the targets. See that target property for additional +information. + +By default it is empty. diff --git a/Help/variable/CMAKE_AUTORCC_EXECUTABLE.rst b/Help/variable/CMAKE_AUTORCC_EXECUTABLE.rst new file mode 100644 index 0000000..52d7faa --- /dev/null +++ b/Help/variable/CMAKE_AUTORCC_EXECUTABLE.rst @@ -0,0 +1,10 @@ +CMAKE_AUTORCC_EXECUTABLE +------------------------ + +.. versionadded:: 3.27 + +This variable is used to initialize the :prop_tgt:`AUTORCC_EXECUTABLE` +property on all the targets. See that target property for additional +information. + +By default it is empty. diff --git a/Help/variable/CMAKE_AUTOUIC_EXECUTABLE.rst b/Help/variable/CMAKE_AUTOUIC_EXECUTABLE.rst new file mode 100644 index 0000000..b2ebd7f --- /dev/null +++ b/Help/variable/CMAKE_AUTOUIC_EXECUTABLE.rst @@ -0,0 +1,10 @@ +CMAKE_AUTOUIC_EXECUTABLE +------------------------ + +.. versionadded:: 3.27 + +This variable is used to initialize the :prop_tgt:`AUTOUIC_EXECUTABLE` +property on all the targets. See that target property for additional +information. + +By default it is empty. |