summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst')
-rw-r--r--share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst b/share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst
new file mode 100644
index 0000000..a32f968
--- /dev/null
+++ b/share/cmake-3.18/Help/prop_sf/KEEP_EXTENSION.rst
@@ -0,0 +1,9 @@
+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.