https://github.com/Kitware/CMake
Raw File
Tip revision: 25b72e9097260d1faf254155a1199886c808a58f authored by Brad King on 12 July 2017, 13:20:01 UTC
CMake 3.9.0-rc6
Tip revision: 25b72e9
CMAKE_LANG_OUTPUT_EXTENSION.rst
CMAKE_<LANG>_OUTPUT_EXTENSION
-----------------------------

Extension for the output of a compile for a single file.

This is the extension for an object file for the given ``<LANG>``.  For
example ``.obj`` for C on Windows.
back to top