mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
STYLE: fix line length
This commit is contained in:
@@ -81,8 +81,9 @@ public:
|
||||
"variable for executables)."
|
||||
"\n"
|
||||
"The LINK_FLAGS property can be used to add extra flags to the "
|
||||
"link step of a target. LINK_FLAGS_<CONFIG> will add to the configuration "
|
||||
"<CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. "
|
||||
"link step of a target. LINK_FLAGS_<CONFIG> will add to the "
|
||||
"configuration <CONFIG>, "
|
||||
"for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. "
|
||||
"DEFINE_SYMBOL sets the name of the preprocessor symbol defined when "
|
||||
"compiling sources in a shared library. "
|
||||
"If not set here then it is set to target_EXPORTS by default "
|
||||
|
||||
Reference in New Issue
Block a user