summaryrefslogtreecommitdiff
path: root/Source/cmExtraSublimeTextGenerator.h
diff options
context:
space:
mode:
authorMorné Chamberlain <thefreeman.za@gmail.com>2012-10-14 10:46:29 +0200
committerMorné Chamberlain <thefreeman.za@gmail.com>2012-10-14 10:46:29 +0200
commit6742ee747f5d55bef73bed2c70611e8542f28f43 (patch)
tree36aa1066cc364848ddef9393aedee2d634b0dec4 /Source/cmExtraSublimeTextGenerator.h
parentcd76ec3e22f299f03e34db3deee5e835613af315 (diff)
downloadcmake-6742ee747f5d55bef73bed2c70611e8542f28f43.tar.gz
The generator no longer generates an explicit list of source files.
Now the source directory is simply added to the project file, with the output/build directory excluded.
Diffstat (limited to 'Source/cmExtraSublimeTextGenerator.h')
-rw-r--r--Source/cmExtraSublimeTextGenerator.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Source/cmExtraSublimeTextGenerator.h b/Source/cmExtraSublimeTextGenerator.h
index 05d352624e..05ab4211eb 100644
--- a/Source/cmExtraSublimeTextGenerator.h
+++ b/Source/cmExtraSublimeTextGenerator.h
@@ -45,21 +45,6 @@ private:
void CreateNewProjectFile(const std::vector<cmLocalGenerator*>& lgs,
const std::string& filename);
- /** Populates allFiles with the full paths to all of the source files
- * from the local generators in lgs.
- */
- void GetFileList(const std::vector<cmLocalGenerator*>& lgs,
- std::vector<std::string>& allFiles);
- /** Sends comma seperated source files paths to fileIncludePatternsStream
- * and builds a set of all directories and subdirectories containing
- * source files.
- */
- void GetFileStringAndFolderSet(const std::vector<cmLocalGenerator*>& lgs,
- const cmMakefile* mf,
- const std::vector<std::string>& allFiles,
- std::stringstream& fileIncludePatternsStream,
- std::set<std::string>&
- folderIncludePatternsSet);
/** Appends all targets as build systems to the project file and get all
* include directories and compiler definitions used.
*/