BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364

This commit is contained in:
Ken Martin
2007-03-07 11:03:57 -05:00
parent 4148fedbf0
commit bfb3598c4b
6 changed files with 114 additions and 22 deletions

View File

@@ -74,6 +74,10 @@ public:
}
cmTypeMacro(cmIncludeDirectoryCommand, cmCommand);
protected:
// used internally
void AddDirectory(const char *arg, bool before, bool system);
};