mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
Genex: add_custom_command: DEPFILE supports genex
This facility is very useful for 'Ninja Multi-Config' and required as well for future support of DEPFILE in 'Xcode' and 'Visual Studio' generators (#20286).
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
std::vector<std::string> const& GetDepends() const;
|
||||
std::set<BT<std::pair<std::string, bool>>> const& GetUtilities() const;
|
||||
bool HasOnlyEmptyCommandLines() const;
|
||||
std::string GetDepfile() const;
|
||||
std::string GetFullDepfile() const;
|
||||
std::string GetInternalDepfile() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user