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:
parent
bb6d3e72d8
commit
36d3ce2011
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue