diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-29 10:10:53 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-29 13:00:47 (GMT) |
commit | 75c98b5ef4eae201f259cf1c599fe49fc407b4d4 (patch) | |
tree | 6048143989e2d9e5bcdeaf9bb177a6ac3c8fceb9 /Help/variable | |
parent | 1d7f099d9cf489872a70b7616ff644cd4a91a7ae (diff) | |
download | CMake-75c98b5ef4eae201f259cf1c599fe49fc407b4d4.zip CMake-75c98b5ef4eae201f259cf1c599fe49fc407b4d4.tar.gz CMake-75c98b5ef4eae201f259cf1c599fe49fc407b4d4.tar.bz2 |
Autogen: Doc: Add documentation for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES
Also adds the documentation for CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND.
Closes #17275
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst | 8 | ||||
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst b/Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst new file mode 100644 index 0000000..7e1c53d --- /dev/null +++ b/Help/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES.rst @@ -0,0 +1,8 @@ +CMAKE_AUTOMOC_COMPILER_PREDEFINES +--------------------------------- + +This variable is used to initialize the :prop_tgt:`AUTOMOC_COMPILER_PREDEFINES` +property on all the targets. See that target property for additional +information. + +By default it is ON. diff --git a/Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst b/Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst new file mode 100644 index 0000000..e050f43 --- /dev/null +++ b/Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst @@ -0,0 +1,8 @@ +CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND +---------------------------------------- + +Command that outputs the compiler pre definitions. + +See :prop_tgt:`AUTOMOC` which uses +:variable:`CMAKE_CXX_COMPILER_PREDEFINES_COMMAND <CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND>` +to generate the :prop_tgt:`AUTOMOC_COMPILER_PREDEFINES`. |