ObjC: Add _COMPILE_LAUNCHER support

Fixes: #20178
This commit is contained in:
Cristian Adam
2020-01-07 13:40:33 +01:00
committed by Brad King
parent 6841059c12
commit a05b9d4239
17 changed files with 40 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ CMAKE_<LANG>_COMPILER_LAUNCHER
Default value for :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property.
This variable is used to initialize the property on each target as it is
created. This is done only when ``<LANG>`` is ``C``, ``CXX``, ``Fortran``,
or ``CUDA``.
``OBJC``, ``OBJCXX``, or ``CUDA``.