diff options
author | Brad King <brad.king@kitware.com> | 2023-05-04 13:06:13 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-04 13:06:23 (GMT) |
commit | 0d2d5a229c1cda842f0e67134637f19fc69de6c6 (patch) | |
tree | a49e9c37852a30be719018dd3572742739e81ad4 /Source/cmGeneratorTarget.h | |
parent | bf36ce2ff6122adbbfa4df2d8f731f57ca282d27 (diff) | |
parent | 375e6fdbbe398921de321216125765ba1917a325 (diff) | |
download | CMake-0d2d5a229c1cda842f0e67134637f19fc69de6c6.zip CMake-0d2d5a229c1cda842f0e67134637f19fc69de6c6.tar.gz CMake-0d2d5a229c1cda842f0e67134637f19fc69de6c6.tar.bz2 |
Merge topic 'use-linker-depfile'
375e6fdbbe Link step: use linker dependency linker file
24a3e5cda0 cmLocalGenerator::MayBeRelativeToWorkDir: take care of all cases
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8443
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 8b44eb5..78945c3 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -805,6 +805,9 @@ public: /** Return whether this target may be used to link another target. */ bool IsLinkable() const; + /** Return whether the link step generates a dependency file. */ + bool HasLinkDependencyFile(std::string const& config) const; + /** Return whether this target is a shared library Framework on Apple. */ bool IsFrameworkOnApple() const; |