summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-10-23 10:25:33 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-10-23 10:25:33 (GMT)
commit117f2b8257d92328b32cb90ced3d85d88815130b (patch)
treef8ecf6ff7dd81dd0fc78bdf3e82dcba43e1506d8 /Source/cmExtraEclipseCDT4Generator.h
parentc3f30bdd63682b4ba7166e23b3b3dc38548aab07 (diff)
downloadCMake-117f2b8257d92328b32cb90ced3d85d88815130b.zip
CMake-117f2b8257d92328b32cb90ced3d85d88815130b.tar.gz
CMake-117f2b8257d92328b32cb90ced3d85d88815130b.tar.bz2
Eclipse: add Build and Clean targets to targets
With this commit the virtual folder for the targets now have "Build" and "Clean" targets associated to them, so you can build and clean per-target now in the project explorer. Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.h')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.h b/Source/cmExtraEclipseCDT4Generator.h
index ac2de16..61302e7 100644
--- a/Source/cmExtraEclipseCDT4Generator.h
+++ b/Source/cmExtraEclipseCDT4Generator.h
@@ -75,7 +75,8 @@ private:
const std::string& make,
const std::string& makeArguments,
const std::string& path,
- const char* prefix = "");
+ const char* prefix = "",
+ const char* makeTarget = NULL);
static void AppendScannerProfile (cmGeneratedFileStream& fout,
const std::string& profileID,
bool openActionEnabled,