mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Documentation for `CMAKE_EXECUTABLE_SUFFIX_<LANG>`, useful when cross-compiling, is buried in section `CMAKE_EXECUTABLE_SUFFIX`.
8 lines
246 B
ReStructuredText
8 lines
246 B
ReStructuredText
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>``.
|