ENH: Clarified documentation of DEFINE_SYMBOL.
This commit is contained in:
parent
b3b341cbbe
commit
53821a505e
|
@ -61,8 +61,8 @@ public:
|
||||||
"Properties that cmake knows about are PREFIX and SUFFIX for UNIX "
|
"Properties that cmake knows about are PREFIX and SUFFIX for UNIX "
|
||||||
"systems and libraries. CMake also knows about LINK_FLAGS, which "
|
"systems and libraries. CMake also knows about LINK_FLAGS, which "
|
||||||
"can be used to add extra flags to the link step of a target. "
|
"can be used to add extra flags to the link step of a target. "
|
||||||
"DEFINE_SYMBOL is a symbol that is defined when compiling C or C++ "
|
"DEFINE_SYMBOL sets the name of the preprocessor symbol defined when "
|
||||||
"sources. "
|
"compiling sources in a shared library. "
|
||||||
"If not set here then it is set to target_EXPORTS by default "
|
"If not set here then it is set to target_EXPORTS by default "
|
||||||
"(with some substitutions if the target is not a valid C "
|
"(with some substitutions if the target is not a valid C "
|
||||||
"identifier). "
|
"identifier). "
|
||||||
|
|
Loading…
Reference in New Issue