https://github.com/Kitware/CMake
Raw File
Tip revision: f872033d7531ed1d7d7345ff7873442ec8dbcee1 authored by Brad King on 14 May 2019, 15:33:06 UTC
CMake 3.14.4
Tip revision: f872033
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