summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-03-06 18:57:49 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-03-06 21:01:03 (GMT)
commit60274e1d94c8409f810332345339de5dd449056b (patch)
treec03445209cf87e4d47468d90aaeef0031c475043 /Source/cmQtAutoGenerators.h
parent8f2ad9c4a06029d6d2859119f957a83c6082b14e (diff)
downloadCMake-60274e1d94c8409f810332345339de5dd449056b.zip
CMake-60274e1d94c8409f810332345339de5dd449056b.tar.gz
CMake-60274e1d94c8409f810332345339de5dd449056b.tar.bz2
Autogen: Add RunCommand method with built in logging
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 00fa0c7..ee046de 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -142,6 +142,8 @@ private:
const char* basePrefix,
const char* baseSuffix) const;
bool MakeParentDirectory(const std::string& filename) const;
+ bool RunCommand(const std::vector<std::string>& command,
+ std::string& output) const;
bool FindHeader(std::string& header, const std::string& testBasePath) const;