summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeLiteGenerator.h
diff options
context:
space:
mode:
authorrahmjan <rahmjan@gmail.com>2017-03-31 18:27:56 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-31 19:00:59 (GMT)
commit8243fe7c46075c1e310f9ad761b9906b0fb4400b (patch)
tree3a0b1c5de91befdf6cf6f542f456632d9e0ffa01 /Source/cmExtraCodeLiteGenerator.h
parentc791fb12544926bc5870a61735dc2ec62940a6f6 (diff)
downloadCMake-8243fe7c46075c1e310f9ad761b9906b0fb4400b.zip
CMake-8243fe7c46075c1e310f9ad761b9906b0fb4400b.tar.gz
CMake-8243fe7c46075c1e310f9ad761b9906b0fb4400b.tar.bz2
CodeLite: Distribute source files into folders (virtual directories)
Diffstat (limited to 'Source/cmExtraCodeLiteGenerator.h')
-rw-r--r--Source/cmExtraCodeLiteGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExtraCodeLiteGenerator.h b/Source/cmExtraCodeLiteGenerator.h
index 773515d..3263eb6 100644
--- a/Source/cmExtraCodeLiteGenerator.h
+++ b/Source/cmExtraCodeLiteGenerator.h
@@ -50,6 +50,10 @@ protected:
const cmMakefile* mf,
const std::string& projectType,
const std::string& targetName);
+ void CreateFoldersAndFiles(std::set<std::string>& cFiles, cmXMLWriter& xml,
+ const std::string& projectPath);
+ void CreateFoldersAndFiles(std::map<std::string, cmSourceFile*>& cFiles,
+ cmXMLWriter& xml, const std::string& projectPath);
public:
cmExtraCodeLiteGenerator();