ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.

This commit is contained in:
Brad King
2006-08-03 09:26:07 -04:00
parent e647052d49
commit 88702ff442
4 changed files with 19 additions and 22 deletions
+3
View File
@@ -172,6 +172,9 @@ public:
/** Get the include flags for the current makefile and language. */
void GetIncludeDirectories(std::vector<std::string>& dirs);
/** Compute the language used to compile the given source file. */
const char* GetSourceFileLanguage(const cmSourceFile& source);
// Create a struct to hold the varibles passed into
// ExpandRuleVariables
struct RuleVariables