ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem

This commit is contained in:
Bill Hoffman
2004-09-03 12:03:41 -04:00
parent 652823dc83
commit c2ef51e181
9 changed files with 133 additions and 105 deletions

View File

@@ -91,6 +91,7 @@ public:
cmLocalGenerator* GetParent(){return m_Parent;}
void SetParent(cmLocalGenerator* g) { m_Parent = g;}
const char* GetFileLanguage(const char*);
protected:
virtual void AddInstallRule(std::ostream& fout, const char* dest, int type,
const char* files, bool optional = false, const char* properties = 0);