diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index ffba58d..3c26c16 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -629,6 +629,12 @@ public: * Return a location of a file in cmake or custom modules directory */ std::string GetModulesFile(const char* name); + + /** + * Copy file but change lines acording to ConfigureString + */ + int ConfigureFile(const char* infile, const char* outfile, + int copyonly, int atOnly, int escapeQuotes); protected: // add link libraries and directories to the target |