diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-11-10 14:46:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-11-10 14:46:13 (GMT) |
commit | b8c8cab2428b10d5a1cb3af4ae72bc3c3f091f4d (patch) | |
tree | 4c3a7244ad733dc3d737f6d74164a2cef8edbcfe /Source/cmLocalUnixMakefileGenerator3.h | |
parent | bafe5cc6e90ebb510dfe992c8a7a1eca55826813 (diff) | |
parent | 5675ec5e493e01e10d9ad8d8b60eac62033f31c2 (diff) | |
download | CMake-b8c8cab2428b10d5a1cb3af4ae72bc3c3f091f4d.zip CMake-b8c8cab2428b10d5a1cb3af4ae72bc3c3f091f4d.tar.gz CMake-b8c8cab2428b10d5a1cb3af4ae72bc3c3f091f4d.tar.bz2 |
Merge remote-tracking branch 'origin/master' into automoc_qt5
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index fab98da..45ac21d 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -340,6 +340,7 @@ protected: void CheckMultipleOutputs(bool verbose); private: + std::string ConvertShellCommand(std::string const& cmd, RelativeRoot root); std::string MakeLauncher(const cmCustomCommand& cc, cmTarget* target, RelativeRoot relative); |