1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:15:44 +02:00

cmake.md: add homepage

This commit is contained in:
Schneider 2019-04-12 13:47:56 -03:00 committed by Owen Voke
parent d4e997b1f4
commit d856fbdef0

View file

@ -2,6 +2,7 @@
> Cross-platform build system generator.
> It generates Makefiles, Visual Studio projects or others, depending on the target system.
> Homepage: <https://cmake.org/cmake/help/v3.2/manual/cmake.1.html>.
- Generate a Makefile and use it to compile a project in the same directory as the source: