file(GENERATE): Refactor inputFileName calculation

This commit is contained in:
Josef Angstenberger
2020-08-01 02:58:26 +02:00
committed by Brad King
parent 31b057182e
commit a9602bb41e
2 changed files with 16 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ private:
cmCompiledGeneratorExpression* inputExpression,
std::map<std::string, std::string>& outputFiles, mode_t perm);
std::string GetInputFileName(cmLocalGenerator* lg);
enum PathRole
{
PathForInput,