diff options
author | David Cole <david.cole@kitware.com> | 2011-11-22 21:23:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-11-22 21:23:56 (GMT) |
commit | 7b1b13c8f005362914796e97551800c63bca393a (patch) | |
tree | 31458892668df3c018ae2dfb79c5b48902c23463 /Source/cmExtraEclipseCDT4Generator.h | |
parent | f0419b439a0ae8945cc39fbae22ea83ad7f0af74 (diff) | |
parent | 982b766f29086b851fb4aee891e5e6d4bae95eb9 (diff) | |
download | CMake-7b1b13c8f005362914796e97551800c63bca393a.zip CMake-7b1b13c8f005362914796e97551800c63bca393a.tar.gz CMake-7b1b13c8f005362914796e97551800c63bca393a.tar.bz2 |
Merge topic 'EclipseImprovedSourceProject'
982b766 Eclipse: use new variable CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT
1110e45 Eclipse: create links to subprojects also in the source-project (#12579)
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h index 61302e7..ebd8c08 100644 --- a/Source/cmExtraEclipseCDT4Generator.h +++ b/Source/cmExtraEclipseCDT4Generator.h @@ -46,7 +46,7 @@ public: private: // create .project file in the source tree - void CreateSourceProjectFile() const; + void CreateSourceProjectFile(); // create .project file void CreateProjectFile(); @@ -104,7 +104,8 @@ private: static void AddEnvVar(cmGeneratedFileStream& fout, const char* envVar, cmMakefile* mf); - void CreateLinksToSubprojects(cmGeneratedFileStream& fout); + void CreateLinksToSubprojects(cmGeneratedFileStream& fout, + const std::string& baseDir); void CreateLinksForTargets(cmGeneratedFileStream& fout); std::vector<std::string> SrcLinkedResources; |