cmake/Help/variable/CMAKE_EXECUTABLE_SUFFIX.rst
2024-11-11 15:18:55 +01:00

15 lines
378 B
ReStructuredText

CMAKE_EXECUTABLE_SUFFIX
-----------------------
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.