swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: ebea30a1edced8d74c42b35c129a3f32d553115c authored by Brad King on 04 February 2020, 14:02:13 UTC
CMake 3.15.7
Tip revision: ebea30a
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