parent
018c13ff73
commit
71812d0b5e
|
@ -404,7 +404,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
|
|||
"The VS6 IDE does not support definition values with spaces "
|
||||
"(but NMake does). Xcode does not support per-configuration "
|
||||
"definitions on source files.\n"
|
||||
"Dislaimer: Most native build tools have poor support for escaping "
|
||||
"Disclaimer: Most native build tools have poor support for escaping "
|
||||
"certain values. CMake has work-arounds for many cases but some "
|
||||
"values may just not be possible to pass correctly. If a value "
|
||||
"does not seem to be escaped correctly, do not attempt to "
|
||||
|
@ -433,7 +433,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
|
|||
("GENERATED", cmProperty::SOURCE_FILE,
|
||||
"Is this source file generated as part of the build process.",
|
||||
"If a source file is generated by the build process CMake will "
|
||||
"handle it differently in temrs of dependency checking etc. "
|
||||
"handle it differently in terms of dependency checking etc. "
|
||||
"Otherwise having a non-existent source file could create problems.");
|
||||
|
||||
cm->DefineProperty
|
||||
|
@ -487,7 +487,7 @@ void cmSourceFile::DefineProperties(cmake *cm)
|
|||
"For frameworks the content folder is "
|
||||
"\"<name>.framework/Versions/<version>\". "
|
||||
"See the PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE target "
|
||||
"properties for specifying files meant for Headers, PrivateHeadres, "
|
||||
"properties for specifying files meant for Headers, PrivateHeaders, "
|
||||
"or Resources directories.");
|
||||
|
||||
cm->DefineProperty
|
||||
|
|
Loading…
Reference in New Issue