https://github.com/Kitware/CMake
Raw File
Tip revision: a49a467fd02dded8e8976008082659054484b8fe authored by Brad King on 03 March 2015, 13:38:36 UTC
CMake 3.2.0
Tip revision: a49a467
KEEP_EXTENSION.rst
KEEP_EXTENSION
--------------

Make the output file have the same extension as the source file.

If this property is set then the file extension of the output file
will be the same as that of the source file.  Normally the output file
extension is computed based on the language of the source file, for
example .cxx will go to a .o extension.
back to top