ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used

This commit is contained in:
Bill Hoffman
2005-12-21 15:45:55 -05:00
parent 5b95c0a881
commit 391d3ed631
2 changed files with 42 additions and 7 deletions
+2
View File
@@ -142,6 +142,8 @@ private:
const std::vector<cmCustomCommand>&);
void CreateReRunCMakeFile(cmLocalGenerator* root);
protected:
std::string AddConfigDir(const char* d);
int m_XcodeVersion;
std::vector<cmXCodeObject*> m_XCodeObjects;
cmXCodeObject* m_RootObject;