mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Documentation for `CMAKE_EXECUTABLE_SUFFIX_<LANG>`, useful when cross-compiling, is buried in section `CMAKE_EXECUTABLE_SUFFIX`.
11 lines
264 B
ReStructuredText
11 lines
264 B
ReStructuredText
CMAKE_EXECUTABLE_SUFFIX
|
|
-----------------------
|
|
|
|
The suffix for executables on this platform.
|
|
|
|
The suffix to use for the end of an executable filename if any, ``.exe``
|
|
on Windows.
|
|
|
|
:variable:`CMAKE_EXECUTABLE_SUFFIX_<LANG>` overrides this for
|
|
language ``<LANG>``.
|