summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 4e5bf6e..c58f853 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -213,9 +213,6 @@ public:
makefile and the configuration type. */
std::string GetFullPath(const char* config=0, bool implib = false);
- /** Get the full path to the target output directory. */
- const char* GetOutputDir();
-
/** Get the names of the library needed to generate a build rule
that takes into account shared library version numbers. This
should be called only on a library target. */
@@ -342,6 +339,9 @@ private:
// If the variable is not defined use the given default instead.
void SetPropertyDefault(const char* property, const char* default_value);
+ // Get the full path to the target output directory.
+ const char* GetOutputDir();
+
private:
std::string Name;
std::vector<cmCustomCommand> PreBuildCommands;