diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-10 10:07:03 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-10 18:22:26 (GMT) |
commit | 990270213408bb4d11fa620ba9c96b25da313945 (patch) | |
tree | ca6687a6f1bc41feeb92c07528a13a3d6cf9fcb4 /Source/cmGlobalNinjaGenerator.h | |
parent | 12aa6fe07bc2f3903386fb1f57ace6601ec91100 (diff) | |
download | CMake-990270213408bb4d11fa620ba9c96b25da313945.zip CMake-990270213408bb4d11fa620ba9c96b25da313945.tar.gz CMake-990270213408bb4d11fa620ba9c96b25da313945.tar.bz2 |
Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index 4cd1a98..9c9cc1d 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -406,7 +406,8 @@ private: cmGeneratorTarget const* target, std::set<cmGeneratorTarget const*>& depends); - std::string ninjaCmd() const; + std::string CMakeCmd() const; + std::string NinjaCmd() const; /// The file containing the build statement. (the relationship of the /// compilation DAG). |