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/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst | |
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/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_PREDEFINES_COMMAND.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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`. |