diff options
author | Brad King <brad.king@kitware.com> | 2006-08-01 10:48:40 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-01 10:48:40 -0400 |
commit | 8dda3a2f6e4c9832642f2f6c102897cfca0670b3 (patch) | |
tree | d2b6378f7f6090372995825d7515f0302c9bad10 /Source/cmLocalVisualStudioGenerator.h | |
parent | c75fb61f3c460305ec6fd7e207681fb2239beaad (diff) | |
download | cmake-8dda3a2f6e4c9832642f2f6c102897cfca0670b3.tar.gz |
ENH: Adding .hh file as a C++ header file extension. Remove duplicate code from implementation of unique object name computation for VS generators. This addresses bug#3565.
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmLocalVisualStudioGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h index 6fe0034b07..ac6baf9dc6 100644 --- a/Source/cmLocalVisualStudioGenerator.h +++ b/Source/cmLocalVisualStudioGenerator.h @@ -37,6 +37,7 @@ public: protected: // Safe object file name generation. void ComputeObjectNameRequirements(std::vector<cmSourceGroup> const&); + bool SourceFileCompiles(const cmSourceFile* sf); std::set<const cmSourceFile*> NeedObjectName; }; |