mirror of
https://github.com/reactos/CMake.git
synced 2025-01-06 02:58:48 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
343 B
ReStructuredText
10 lines
343 B
ReStructuredText
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.
|