summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 16:47:35 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-08 23:04:38 (GMT)
commit1abc20d81df3ee9845904b356960870526fe3276 (patch)
tree569ea58462f0dbf88fe5452efbf5299f37d17eaf /Source/cmGeneratorTarget.h
parent50dc9b44404f4f31aa24cf17247f10539c3807b2 (diff)
downloadCMake-1abc20d81df3ee9845904b356960870526fe3276.zip
CMake-1abc20d81df3ee9845904b356960870526fe3276.tar.gz
CMake-1abc20d81df3ee9845904b356960870526fe3276.tar.bz2
cmGeneratorTarget: Move UsesDefaultOutputDir from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index b39ba9f..a1ad477 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -285,6 +285,10 @@ public:
std::vector<cmSourceFile*> const*
GetSourceDepends(cmSourceFile const* sf) const;
+ /** Return whether this target uses the default value for its output
+ directory. */
+ bool UsesDefaultOutputDir(const std::string& config, bool implib) const;
+
/** Get the name of the pdb file for the target. */
std::string GetPDBName(const std::string& config="") const;