• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_<LANG>_LINKER_LAUNCHER
2----------------------------
3
4.. versionadded:: 3.21
5
6Default value for :prop_tgt:`<LANG>_LINKER_LAUNCHER` target property. This
7variable is used to initialize the property on each target as it is created.
8This is done only when ``<LANG>`` is ``C``, ``CXX``, ``OBJC``, or ``OBJCXX``.
9
10This variable is initialized to the :envvar:`CMAKE_<LANG>_LINKER_LAUNCHER`
11environment variable if it is set.
12