diff options
author | Brad King <brad.king@kitware.com> | 2001-03-23 19:27:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-03-23 19:27:02 (GMT) |
commit | 9b079becdf11669f9fffd1beb9e89582d667c961 (patch) | |
tree | 9e5f0972fdef9a15deba15eaa97cb8fb3fb147ee /Source/cmCableSourceFilesCommand.h | |
parent | 408cad388a63c6bede9e137c08f3ec57c0e4833b (diff) | |
download | CMake-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.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; |