diff options
author | Brad King <brad.king@kitware.com> | 2023-12-05 20:47:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-12-05 20:48:36 (GMT) |
commit | 03d86f9d9ce0d55ac297ea876245f0e5ac539cd0 (patch) | |
tree | fdde80842f22e60a593963f7e63b52f43ff56a02 /Source/cmGeneratorTarget.h | |
parent | 3e8f0211378664665abc5e09503296eb4825b50a (diff) | |
download | CMake-03d86f9d9ce0d55ac297ea876245f0e5ac539cd0.zip CMake-03d86f9d9ce0d55ac297ea876245f0e5ac539cd0.tar.gz CMake-03d86f9d9ce0d55ac297ea876245f0e5ac539cd0.tar.bz2 |
cmGeneratorTarget: Add helper to check for known runtime artifact
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 2a301e3..e6513a1 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -58,6 +58,7 @@ public: bool IsImported() const; bool IsImportedGloballyVisible() const; bool CanCompileSources() const; + bool HasKnownRuntimeArtifactLocation(std::string const& config) const; const std::string& GetLocation(const std::string& config) const; /** Get the full path to the target's main artifact, if known. */ |