summaryrefslogtreecommitdiffstats
path: root/Source/cmCableSourceFilesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-03-23 19:27:02 (GMT)
committerBrad King <brad.king@kitware.com>2001-03-23 19:27:02 (GMT)
commit9b079becdf11669f9fffd1beb9e89582d667c961 (patch)
tree9e5f0972fdef9a15deba15eaa97cb8fb3fb147ee /Source/cmCableSourceFilesCommand.h
parent408cad388a63c6bede9e137c08f3ec57c0e4833b (diff)
downloadCMake-9b079becdf11669f9fffd1beb9e89582d667c961.zip
CMake-9b079becdf11669f9fffd1beb9e89582d667c961.tar.gz
CMake-9b079becdf11669f9fffd1beb9e89582d667c961.tar.bz2
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.
Diffstat (limited to 'Source/cmCableSourceFilesCommand.h')
-rw-r--r--Source/cmCableSourceFilesCommand.h3
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;