1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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
> Cross-platform build, testing and packaging automation system.
> CMake uses own syntax inspired by shell and generates recipes for build
> systems like Make, Ninja and Microsoft Visual Studio.
> CMake uses own shell-like syntax and generates recipes for several build systems.
> 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: