diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-09 07:18:37 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-14 13:58:00 (GMT) |
commit | 126c6ead7707ac29f3b2fa779752025c7cc0da32 (patch) | |
tree | 04480eb055d4baf3a9631c8ce8fbabbb02145012 /Source/cmake.cxx | |
parent | de91feb367c127294a56b492799c4bf042954fd8 (diff) | |
download | CMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.zip CMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.tar.gz CMake-126c6ead7707ac29f3b2fa779752025c7cc0da32.tar.bz2 |
Add the cmake module required currently for automoc
Alex
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 06229e0..c5eff1c 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -2927,6 +2927,13 @@ const char* cmake::GetCPackCommand() return this->CPackCommand.c_str(); } + +const char* cmake::GetCMakeCommand() +{ + return this->CMakeCommand.c_str(); +} + + void cmake::MarkCliAsUsed(const std::string& variable) { this->UsedCliVariables[variable] = true; |