cmake: fix linter issues

This commit is contained in:
Anton Karmanov
2021-01-18 16:32:31 +05:00
committed by Starbeamrainbowlabs
parent bb6d3e72d8
commit 36d3ce2011

View File

@@ -1,8 +1,7 @@
# cmake # cmake
> Cross-platform build, testing and packaging automation system. > Cross-platform build, testing and packaging automation system.
> CMake uses own syntax inspired by shell and generates recipes for build > CMake uses own shell-like syntax and generates recipes for several build systems.
> systems like Make, Ninja and Microsoft Visual Studio.
> More information: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>. > More information: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
- Generate a build recipe in the current directory with CMakeLists.txt from a project directory: - Generate a build recipe in the current directory with CMakeLists.txt from a project directory: