summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-25 12:06:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-27 06:44:25 (GMT)
commit278ba2db477fdc8cccd2313eb56e0179234747a0 (patch)
treef4a112e1690b19f018254be7cae7def862d5fc21 /Source/cmGeneratorTarget.h
parent79c11d23405d3894a254a8c03df5ead32464b109 (diff)
downloadCMake-278ba2db477fdc8cccd2313eb56e0179234747a0.zip
CMake-278ba2db477fdc8cccd2313eb56e0179234747a0.tar.gz
CMake-278ba2db477fdc8cccd2313eb56e0179234747a0.tar.bz2
cmGeneratorTarget: Add API for globally visible IMPORTED
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index c2607a7..da59a98 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -31,6 +31,7 @@ public:
cmLocalGenerator* GetLocalGenerator() const;
bool IsImported() const;
+ bool IsImportedGloballyVisible() const;
const char *GetLocation(const std::string& config) const;
std::vector<cmCustomCommand> const &GetPreBuildCommands() const;