wok-current diff cmake/description.txt @ rev 24023
syslinux/taziso: 5in1 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 15 20:49:46 2021 +0000 (2021-03-15) |
parents | |
children | fe199d9ab5d0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cmake/description.txt Mon Mar 15 20:49:46 2021 +0000 1.3 @@ -0,0 +1,4 @@ 1.4 +CMake is a family of tools designed to build, test and package software. CMake 1.5 +is used to control the software compilation process using simple platform and 1.6 +compiler independent configuration files. CMake generates native makefiles and 1.7 +workspaces that can be used in the compiler environment of your choice.