mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ObjC: Document ObjC/ObjCXX standard properties / variables
Fixes: #19919
This commit is contained in:
11
Help/variable/CMAKE_OBJCXX_EXTENSIONS.rst
Normal file
11
Help/variable/CMAKE_OBJCXX_EXTENSIONS.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJCXX_EXTENSIONS
|
||||
-----------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJCXX_EXTENSIONS` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJCXX_EXTENSIONS`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
11
Help/variable/CMAKE_OBJCXX_STANDARD.rst
Normal file
11
Help/variable/CMAKE_OBJCXX_STANDARD.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJCXX_STANDARD
|
||||
---------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJCXX_STANDARD` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJCXX_STANDARD`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
11
Help/variable/CMAKE_OBJCXX_STANDARD_REQUIRED.rst
Normal file
11
Help/variable/CMAKE_OBJCXX_STANDARD_REQUIRED.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJCXX_STANDARD_REQUIRED
|
||||
------------------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJCXX_STANDARD_REQUIRED` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJCXX_STANDARD_REQUIRED`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
11
Help/variable/CMAKE_OBJC_EXTENSIONS.rst
Normal file
11
Help/variable/CMAKE_OBJC_EXTENSIONS.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJC_EXTENSIONS
|
||||
---------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJC_EXTENSIONS` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJC_EXTENSIONS`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
11
Help/variable/CMAKE_OBJC_STANDARD.rst
Normal file
11
Help/variable/CMAKE_OBJC_STANDARD.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJC_STANDARD
|
||||
-------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJC_STANDARD` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJC_STANDARD`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
11
Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
Normal file
11
Help/variable/CMAKE_OBJC_STANDARD_REQUIRED.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_OBJC_STANDARD_REQUIRED
|
||||
----------------------------
|
||||
|
||||
Default value for :prop_tgt:`OBJC_STANDARD_REQUIRED` property of targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`OBJC_STANDARD_REQUIRED`
|
||||
property on all targets. See that target property for additional
|
||||
information.
|
||||
|
||||
See the :manual:`cmake-compile-features(7)` manual for information on
|
||||
compile features and a list of supported compilers.
|
||||
Reference in New Issue
Block a user