mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
This commit is contained in:
@@ -112,7 +112,10 @@ public:
|
||||
"Use of VERBATIM is recommended as it enables correct behavior. "
|
||||
"When VERBATIM is not given the behavior is platform specific. "
|
||||
"In the future VERBATIM may be enabled by default. The only reason "
|
||||
"it is an option is to preserve compatibility with older CMake code.";
|
||||
"it is an option is to preserve compatibility with older CMake code.\n"
|
||||
"If the output of the custom command is not actually "
|
||||
"created as a file on disk it should be marked as SYMBOLIC with "
|
||||
"SET_SOURCE_FILES_PROPERTIES.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user