mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
@@ -1,10 +1,14 @@
|
||||
CMAKE_EXECUTABLE_SUFFIX
|
||||
-----------------------
|
||||
|
||||
The suffix for executables on this platform.
|
||||
The suffix for executables on the target 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>``.
|
||||
|
||||
|
||||
See the :variable:`CMAKE_HOST_EXECUTABLE_SUFFIX` variable for the
|
||||
executable suffix on the host platform.
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
CMAKE_HOST_EXECUTABLE_SUFFIX
|
||||
----------------------------
|
||||
|
||||
.. versionadded:: 3.31
|
||||
|
||||
The suffix for executables on the host platform. This may differ from
|
||||
the suffix for the target platform, :variable:`CMAKE_EXECUTABLE_SUFFIX`.
|
||||
|
||||
The suffix to use for the end of an executable filename if any, ``.exe``
|
||||
on Windows.
|
||||
|
||||
See also :variable:`CMAKE_EXECUTABLE_SUFFIX`.
|
||||
Reference in New Issue
Block a user