ObjC: Document ObjC/ObjCXX standard properties / variables

Fixes: #19919
This commit is contained in:
Cristian Adam
2019-11-11 16:10:19 +01:00
parent adf863f15e
commit 665954fa8d
15 changed files with 238 additions and 1 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.