mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
Help: Document CMAKE_EXECUTABLE_SUFFIX_<LANG> explicitly
Documentation for `CMAKE_EXECUTABLE_SUFFIX_<LANG>`, useful when cross-compiling, is buried in section `CMAKE_EXECUTABLE_SUFFIX`.
This commit is contained in:
committed by
Brad King
parent
05a3bafe65
commit
09bc0785ee
@@ -6,4 +6,5 @@ The suffix for executables on this platform.
|
||||
The suffix to use for the end of an executable filename if any, ``.exe``
|
||||
on Windows.
|
||||
|
||||
``CMAKE_EXECUTABLE_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.
|
||||
:variable:`CMAKE_EXECUTABLE_SUFFIX_<LANG>` overrides this for
|
||||
language ``<LANG>``.
|
||||
|
||||
7
Help/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst
Normal file
7
Help/variable/CMAKE_EXECUTABLE_SUFFIX_LANG.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
CMAKE_EXECUTABLE_SUFFIX_<LANG>
|
||||
------------------------------
|
||||
|
||||
The suffix to use for the end of an executable filename of ``<LANG>``
|
||||
compiler target architecture, if any.
|
||||
|
||||
It overrides :variable:`CMAKE_EXECUTABLE_SUFFIX` for language ``<LANG>``.
|
||||
Reference in New Issue
Block a user