diff options
author | Morné Chamberlain <thefreeman.za@gmail.com> | 2012-10-14 08:46:29 (GMT) |
---|---|---|
committer | Morné Chamberlain <thefreeman.za@gmail.com> | 2012-10-14 08:46:29 (GMT) |
commit | 6742ee747f5d55bef73bed2c70611e8542f28f43 (patch) | |
tree | 36aa1066cc364848ddef9393aedee2d634b0dec4 /Source/cmExtraSublimeTextGenerator.h | |
parent | cd76ec3e22f299f03e34db3deee5e835613af315 (diff) | |
download | CMake-6742ee747f5d55bef73bed2c70611e8542f28f43.zip CMake-6742ee747f5d55bef73bed2c70611e8542f28f43.tar.gz CMake-6742ee747f5d55bef73bed2c70611e8542f28f43.tar.bz2 |
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.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Source/cmExtraSublimeTextGenerator.h b/Source/cmExtraSublimeTextGenerator.h index 05d3526..05ab421 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. */ |