ENH: make properties a bit more formal with documentation and chaining

This commit is contained in:
Ken Martin
2006-12-07 09:45:32 -05:00
parent 833548f53a
commit 27379d7b08
44 changed files with 1131 additions and 128 deletions

View File

@@ -70,6 +70,8 @@ bool cmVTKWrapJavaCommand::InitialPass(std::vector<std::string> const& argsIn)
if (!curr || !curr->GetPropertyAsBool("WRAP_EXCLUDE"))
{
cmSourceFile file;
file.GetProperties().SetCMakeInstance
(this->Makefile->GetCMakeInstance());
if (curr)
{
file.SetProperty("ABSTRACT",curr->GetProperty("ABSTRACT"));