mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user