ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in the current directory. The include path is searched for the files.

This commit is contained in:
Brad King
2001-03-23 14:27:02 -05:00
parent 408cad388a
commit 9b079becdf
2 changed files with 41 additions and 7 deletions

View File

@@ -68,7 +68,8 @@ public:
}
virtual void WriteConfiguration() const;
bool SourceFileExists(const std::string&) const;
cmTypeMacro(cmCableSourceFilesCommand, cmCableCommand);
protected:
typedef cmCablePackageEntryCommand::Entries Entries;