summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorAlexander Borsuk <me@alex.bio>2024-04-16 15:59:43 (GMT)
committerAlexander Borsuk <me@alex.bio>2024-04-18 15:48:59 (GMT)
commit31e6017bb62ae7967fa33e58011ba1eddfb4ec44 (patch)
tree5d8a98ca588f1f284a6c7f4c78295049ed96ab56 /Help/variable
parent70413d2c3501fe229e9b2d46c745aca5c9f2dc4a (diff)
downloadCMake-31e6017bb62ae7967fa33e58011ba1eddfb4ec44.zip
CMake-31e6017bb62ae7967fa33e58011ba1eddfb4ec44.tar.gz
CMake-31e6017bb62ae7967fa33e58011ba1eddfb4ec44.tar.bz2
Help: Document ObjC/ObjC++ flag variables
Signed-off-by: Alexander Borsuk <me@alex.bio>
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_LANG_FLAGS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_FLAGS.rst b/Help/variable/CMAKE_LANG_FLAGS.rst
index 909a001..4f8f469 100644
--- a/Help/variable/CMAKE_LANG_FLAGS.rst
+++ b/Help/variable/CMAKE_LANG_FLAGS.rst
@@ -24,6 +24,10 @@ combination with CMake's builtin defaults for the toolchain:
Initialized by the :envvar:`HIPFLAGS` environment variable.
* ``CMAKE_ISPC_FLAGS``:
Initialized by the :envvar:`ISPCFLAGS` environment variable.
+* ``CMAKE_OBJC_FLAGS``:
+ Initialized by the :envvar:`OBJCFLAGS` environment variable.
+* ``CMAKE_OBJCXX_FLAGS``:
+ Initialized by the :envvar:`OBJCXXFLAGS` environment variable.
This value is a command-line string fragment. Therefore, multiple options
should be separated by spaces, and options with spaces should be quoted.