summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-25 14:55:24 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-25 14:55:24 (GMT)
commit7eba286403b8f0e69f6787800b6e4ec09ccc2f39 (patch)
treeb55582f4b2c0630c587260d6d0e15beba19b813f /Source/cmGlobalUnixMakefileGenerator3.h
parent60ebc572279f5459d946e716cf6f707b9e22785e (diff)
downloadCMake-7eba286403b8f0e69f6787800b6e4ec09ccc2f39.zip
CMake-7eba286403b8f0e69f6787800b6e4ec09ccc2f39.tar.gz
CMake-7eba286403b8f0e69f6787800b6e4ec09ccc2f39.tar.bz2
BUG: fix to progress for small projects
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 90e3be1..d8fe3f7 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -127,7 +127,8 @@ public:
int ShouldAddProgressRule();
int GetNumberOfCompilableSourceFilesForTarget(cmTarget &tgt);
int GetTargetTotalNumberOfSourceFiles(cmTarget& target);
-
+ int GetNumberOfSourceFiles() { return this->NumberOfSourceFiles; };
+
// what targets does the specified target depend on
std::vector<cmTarget *>& GetTargetDepends(cmTarget& target);