mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05: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:
@@ -74,7 +74,10 @@ public:
|
||||
"only used by Makefiles). "
|
||||
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
|
||||
"COMPILE_FLAGS (string) is passed to the compiler as additional "
|
||||
"command line arguments when the source file is compiled. ";
|
||||
"command line arguments when the source file is compiled. "
|
||||
"If SYMBOLIC (boolean) is set to true the build system will be "
|
||||
"informed that the source file is not actually created on disk but "
|
||||
"instead used as a symbolic name for a build rule.";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user