cmLocalGenerator: Factor out helper to expand custom command output paths

This commit is contained in:
Brad King
2020-10-16 09:55:54 -04:00
parent 1902d28ebc
commit 947ba01bf9
3 changed files with 15 additions and 5 deletions
+4
View File
@@ -22,6 +22,7 @@
#include "cmProperty.h"
#include "cmStateSnapshot.h"
class cmCompiledGeneratorExpression;
class cmComputeLinkInformation;
class cmCustomCommandGenerator;
class cmCustomCommandLines;
@@ -362,6 +363,9 @@ public:
bool command_expand_lists = false, const std::string& job_pool = "",
bool stdPipesUTF8 = false);
std::vector<std::string> ExpandCustomCommandOutputPaths(
cmCompiledGeneratorExpression const& cge, std::string const& config);
/**
* Add target byproducts.
*/