diff options
Diffstat (limited to 'Source/cmCableSourceFilesCommand.h')
-rw-r--r-- | Source/cmCableSourceFilesCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCableSourceFilesCommand.h b/Source/cmCableSourceFilesCommand.h index 866eb50..4aefeb0 100644 --- a/Source/cmCableSourceFilesCommand.h +++ b/Source/cmCableSourceFilesCommand.h @@ -68,7 +68,8 @@ public: } virtual void WriteConfiguration() const; - + bool SourceFileExists(const std::string&) const; + cmTypeMacro(cmCableSourceFilesCommand, cmCableCommand); protected: typedef cmCablePackageEntryCommand::Entries Entries; |