ENH: fix documentation to include source language property
This commit is contained in:
parent
bc8f3d504a
commit
f752ff9268
|
@ -75,6 +75,9 @@ public:
|
||||||
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
|
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
|
||||||
"COMPILE_FLAGS (string) is passed to the compiler as additional "
|
"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. "
|
||||||
|
"LANGUAGE (string) CXX|C will change the default compiler used "
|
||||||
|
"to compile the source file. The languages used need to be enabled "
|
||||||
|
"in the PROJECT command. "
|
||||||
"If SYMBOLIC (boolean) is set to true the build system will be "
|
"If SYMBOLIC (boolean) is set to true the build system will be "
|
||||||
"informed that the source file is not actually created on disk but "
|
"informed that the source file is not actually created on disk but "
|
||||||
"instead used as a symbolic name for a build rule.";
|
"instead used as a symbolic name for a build rule.";
|
||||||
|
|
Loading…
Reference in New Issue